From 78e100ed92417f978732def92e07c6010ee33ce5 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 22 Oct 2014 17:22:34 +0200 Subject: asr: Remove two debug messages that are not really helpful --- src/asr.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/asr.c') diff --git a/src/asr.c b/src/asr.c index c82d48c..9f87150 100644 --- a/src/asr.c +++ b/src/asr.c @@ -160,8 +160,6 @@ int asr_send(asr_client_t asr, plist_t data) { return -1; } - debug("Sent %d bytes:\n", size); - if (buffer) free(buffer); return 0; @@ -177,8 +175,6 @@ int asr_send_buffer(asr_client_t asr, const char* data, uint32_t size) { return -1; } - //debug("Sent %d bytes buffer\n", bytes); - return 0; } -- cgit v1.1-32-gdbae