From 88818f66cb54288a053b11a13e6f07c6790cf30c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 20 Mar 2012 10:43:00 +0000 Subject: [PATCH] xpp: astribank_allow: useless debug on write Remove a useless debug message in the "write" operation. Signed-off-by: Tzafrir Cohen git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@10549 17933a7a-c749-41c5-a318-cba88f637d49 --- xpp/astribank_license.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xpp/astribank_license.c b/xpp/astribank_license.c index 93c0d26..88d2af7 100644 --- a/xpp/astribank_license.c +++ b/xpp/astribank_license.c @@ -311,7 +311,6 @@ int read_from_file( 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;