cleanup: remove unnecessary debug info

pull/2/merge
chrox 11 years ago
parent dc22370cf1
commit 9e5a036c6e

@ -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

Loading…
Cancel
Save