luci-0.9: disable memory debugging in dispatcher
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 23 Jul 2009 03:43:20 +0000 (03:43 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 23 Jul 2009 03:43:20 +0000 (03:43 +0000)
libs/web/luasrc/dispatcher.lua

index b2a936a560587ef3ccc4b5c284d1d4de31c63eba..8c3320b0fe8736f5ea5c40631120357beabae145 100644 (file)
@@ -129,7 +129,7 @@ end
 --- Dispatches a LuCI virtual path.
 -- @param request      Virtual path
 function dispatch(request, ext_tree)
-       context._disable_memtrace = require "luci.debug".trap_memtrace("l")
+       --context._disable_memtrace = require "luci.debug".trap_memtrace("l")
        local ctx = context
        ctx.path = request
        ctx.urltoken   = ctx.urltoken or {}