From 9e5a036c6e8694213f585f5a6c113367fc045f7a Mon Sep 17 00:00:00 2001 From: chrox Date: Sun, 10 Mar 2013 13:20:25 +0800 Subject: [PATCH] cleanup: remove unnecessary debug info --- frontend/ui/gesturedetector.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/gesturedetector.lua b/frontend/ui/gesturedetector.lua index 1ab5bf6f4..a256d5271 100644 --- a/frontend/ui/gesturedetector.lua +++ b/frontend/ui/gesturedetector.lua @@ -224,7 +224,7 @@ end this method handles both single and double tap --]] function GestureDetector:tapState(tev) - DEBUG("in tap state...", tev) + DEBUG("in tap state...") local slot = tev.slot if slot == 1 then if tev.id == -1 and self.last_tevs[0] ~= nil then