From c205503828341f8c9888a859546cefcdcd5a91c3 Mon Sep 17 00:00:00 2001 From: chrox Date: Fri, 25 Oct 2013 20:09:21 +0800 Subject: [PATCH] remove global variable DEBUG --- reader.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reader.lua b/reader.lua index 1321263f9..2e065afee 100755 --- a/reader.lua +++ b/reader.lua @@ -134,10 +134,6 @@ while argidx <= #ARGV do end end -if not Dbg.is_on then - DEBUG = function() end -end - if Device:hasNoKeyboard() then -- remove menu item shortcut for K4 Menu.is_enable_shortcut = false