summaryrefslogtreecommitdiffstats
path: root/src/asr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/asr.c')
-rw-r--r--src/asr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asr.c b/src/asr.c
index 4269563..591b908 100644
--- a/src/asr.c
+++ b/src/asr.c
@@ -176,7 +176,7 @@ int asr_send_buffer(asr_client_t asr, const char* data, uint32_t size) {
return -1;
}
- debug("Sent %d bytes buffer\n", bytes);
+ //debug("Sent %d bytes buffer\n", bytes);
return 0;
}