* luci/contrib: remove remaining debugging code from luadoc
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 9 Aug 2008 16:37:34 +0000 (16:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 9 Aug 2008 16:37:34 +0000 (16:37 +0000)
contrib/luadoc/lua/luadoc/doclet/html.lua

index 630c6c4..a94e198 100644 (file)
@@ -20,7 +20,6 @@ local luadoc = require"luadoc"
 local package = package
 local string = require"string"
 local table = require"table"
 local package = package
 local string = require"string"
 local table = require"table"
-local luciutil = require "luci.util"
 
 module "luadoc.doclet.html"
 
 
 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"
 
        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
        if file_doc then
                for _, func_name in pairs(file_doc[kind]) do
                        if func_name == fname then