diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-23 11:32:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-23 11:32:22 +0000 |
commit | 97743c13872fc3a650ff133cd0e2e26da23e3f99 (patch) | |
tree | 3f05158e51de2add1613c5f849a727a026a6b519 | |
parent | 8b001ee84320284f9d27329eac8fe49d4ac02994 (diff) |
libs/web: disable memory debuggin in trunk as well
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index b2a936a56..8c3320b0f 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -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 {} |