[svn-commits] kpfleming: trunk r224562 - /trunk/formats/format_siren14.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 19 14:40:30 CDT 2009


Author: kpfleming
Date: Mon Oct 19 14:40:26 2009
New Revision: 224562

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=224562
Log:
Remove useless debugging message.

Modified:
    trunk/formats/format_siren14.c

Modified: trunk/formats/format_siren14.c
URL: http://svnview.digium.com/svn/asterisk/trunk/formats/format_siren14.c?view=diff&rev=224562&r1=224561&r2=224562
==============================================================================
--- trunk/formats/format_siren14.c (original)
+++ trunk/formats/format_siren14.c Mon Oct 19 14:40:26 2009
@@ -50,7 +50,6 @@
 		return NULL;
 	}
 	*whennext = s->fr.samples = BYTES_TO_SAMPLES(res);
-	ast_log(LOG_DEBUG, "Read frame of %d bytes and %d samples\n", res, s->fr.samples);
 	return &s->fr;
 }
 




More information about the svn-commits mailing list