summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 10:43:00 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 10:43:00 +0000
commit90122d756dae65c2ff4bb5d102d096916bb6c90a (patch)
tree8fc9925c61e91dc23e477fe2e98a6fd76ae25002
parent1a71b80a25cbd74c08a1f892f5f7fb8b15626665 (diff)
xpp: astribank_allow: useless debug on write
Remove a useless debug message in the "write" operation. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10549 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/astribank_license.c1
1 files changed, 0 insertions, 1 deletions
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;