From 90122d756dae65c2ff4bb5d102d096916bb6c90a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 20 Mar 2012 10:43:00 +0000 Subject: 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.asterisk.org/svn/dahdi/tools/trunk@10549 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- 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; -- cgit v1.2.3