[asterisk-commits] russell: branch russell/iax_refcount r80299 - /team/russell/iax_refcount/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 22 12:41:38 CDT 2007


Author: russell
Date: Wed Aug 22 12:41:37 2007
New Revision: 80299

URL: http://svn.digium.com/view/asterisk?view=rev&rev=80299
Log:
remove a debug message

Modified:
    team/russell/iax_refcount/main/astobj2.c

Modified: team/russell/iax_refcount/main/astobj2.c
URL: http://svn.digium.com/view/asterisk/team/russell/iax_refcount/main/astobj2.c?view=diff&rev=80299&r1=80298&r2=80299
==============================================================================
--- team/russell/iax_refcount/main/astobj2.c (original)
+++ team/russell/iax_refcount/main/astobj2.c Wed Aug 22 12:41:37 2007
@@ -407,7 +407,6 @@
 	else			/* don't know, let's scan all buckets */
 		i = -1;		/* XXX this must be fixed later. */
 
-	// ast_verbose("-- callback flags %x hash at %d\n", flags, i);
 	/* determine the search boundaries: i..last-1 */
 	if (i < 0) {
 		i = 0;




More information about the asterisk-commits mailing list