summaryrefslogtreecommitdiff
path: root/uisimulator/x11/screenhack.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/screenhack.c')
-rw-r--r--uisimulator/x11/screenhack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index c4d43e5eb7..e15f536d6d 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -213,7 +213,6 @@ static Bool checkrepeat(time_t prev,
213 time_t now) 213 time_t now)
214{ 214{
215 if(now-prev < 50) { 215 if(now-prev < 50) {
216 DEBUGF("Consider this a button repeat\n");
217 return true; 216 return true;
218 } 217 }
219 return false; 218 return false;