summaryrefslogtreecommitdiff
path: root/tilt/InputEventReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tilt/InputEventReader.cpp')
-rw-r--r--tilt/InputEventReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tilt/InputEventReader.cpp b/tilt/InputEventReader.cpp
index 6424501..f3590c7 100644
--- a/tilt/InputEventReader.cpp
+++ b/tilt/InputEventReader.cpp
@@ -46,7 +46,7 @@ InputEventCircularReader::~InputEventCircularReader()
}
/* TODO: clear DEBUG flag on production builds, keep it during integration */
-#define INPUT_EVENT_DEBUG (1)
+#define INPUT_EVENT_DEBUG (0)
ssize_t InputEventCircularReader::fill(int fd)
{
FUNC_LOG;