[dahdi-commits] tzafrir: tools/trunk r10549 - /tools/trunk/xpp/astribank_license.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Mar 20 05:43:04 CDT 2012


Author: tzafrir
Date: Tue Mar 20 05:43:00 2012
New Revision: 10549

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10549
Log:
xpp: astribank_allow: useless debug on write

Remove a useless debug message in the "write" operation.

Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>

Modified:
    tools/trunk/xpp/astribank_license.c

Modified: tools/trunk/xpp/astribank_license.c
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/astribank_license.c?view=diff&rev=10549&r1=10548&r2=10549
==============================================================================
--- tools/trunk/xpp/astribank_license.c (original)
+++ tools/trunk/xpp/astribank_license.c Tue Mar 20 05:43:00 2012
@@ -311,7 +311,6 @@
 			case STATE_READ_DATA:
 				license_marker_end = marker_find(line, 1);
 				if (license_marker_end) {
-					printf("DEBUG: end=%d begin=%d\n", license_marker_end, license_marker_begin);
 					if (license_marker_end != license_marker_begin) {
 						ERR("Line %d: End marker != Begin marker\n", lineno);
 						return -1;




More information about the dahdi-commits mailing list