* luci/contrib: remove remaining debugging code from luadoc
[project/luci.git] / contrib / luadoc / lua / luadoc / doclet / html.lua
index 630c6c475d732e968a9bf585702fc98becb907d0..a94e1983fea99b734f3f8f809342e679f2cef7c7 100644 (file)
@@ -20,7 +20,6 @@ local luadoc = require"luadoc"
 local package = package
 local string = require"string"
 local table = require"table"
-local luciutil = require "luci.util"
 
 module "luadoc.doclet.html"
 
@@ -138,8 +137,6 @@ function link_to (fname, doc, module_doc, file_doc, from, kind)
        from = from or ""
        kind = kind or "functions"
 
-       --luciutil.dumptable( module_doc )
-
        if file_doc then
                for _, func_name in pairs(file_doc[kind]) do
                        if func_name == fname then