From 1186e91dded0fa4b19f0ce32668476afed61538d Mon Sep 17 00:00:00 2001 From: David Teirney Date: Tue, 12 Jun 2012 22:37:26 +1200 Subject: Remove printf statements from recorder.c --- lib/cmyth/libcmyth/recorder.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/cmyth') diff --git a/lib/cmyth/libcmyth/recorder.c b/lib/cmyth/libcmyth/recorder.c index d0ebbcedce..b6bd987201 100644 --- a/lib/cmyth/libcmyth/recorder.c +++ b/lib/cmyth/libcmyth/recorder.c @@ -509,7 +509,6 @@ cmyth_recorder_pause(cmyth_recorder_t rec) pthread_mutex_lock(&mutex); - PRINTF("** SSDEBUG: trying to pause recorder:%p:%p\n",rec,rec->rec_conn); sprintf(Buffer, "QUERY_RECORDER %ld[]:[]PAUSE", (long) rec->rec_id); if ((ret=cmyth_send_message(rec->rec_conn, Buffer)) < 0) { cmyth_dbg(CMYTH_DBG_ERROR, @@ -527,7 +526,6 @@ cmyth_recorder_pause(cmyth_recorder_t rec) ret = 0; err: - PRINTF("** SSDEBUG: recorder paused:\n"); pthread_mutex_unlock(&mutex); return ret; -- cgit v1.2.3