summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2007-08-08 01:08:33 +0300
committerDaniel Stone <daniel@fooishbar.org>2007-08-08 01:08:33 +0300
commit4717885202727d16bf9f8712ac4c8bbcab5315df (patch)
treee904bdcb7b666b99866257c8472d0d0cc6a356b3
parent3cafcdec160434abb31bac16673c23b411a15a63 (diff)
Remove useless debugging statement
-rw-r--r--src/microtouch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/microtouch.c b/src/microtouch.c
index c71f59e..c0a3d19 100644
--- a/src/microtouch.c
+++ b/src/microtouch.c
@@ -275,8 +275,6 @@ MuTouchPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
priv->proximity = FALSE;
priv->button_down = FALSE;
- DBG (9, XisbTrace (priv->buffer, 1));
-
MuTNewPacket (priv);
if (QueryHardware(local) != Success)
{