From f32ff2b9a45f486db8a7b3789a6be6ce766723df Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 15 Feb 2007 23:07:00 +0000 Subject: Remove unecessary debug print --- audio/headset.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/audio/headset.c b/audio/headset.c index 395136a7..1112f5b4 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -282,8 +282,6 @@ static gboolean rfcomm_io_cb(GIOChannel *chan, GIOCondition cond, gsize free_space; GIOError err; - debug("rfcomm_io_cb: entered"); - if (cond & G_IO_NVAL) return FALSE; -- cgit