summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 11:43:35 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 11:43:35 +0000
commitedc13a3379f71df271a019943a5b8fb25a23a7db (patch)
tree8b7562028bfe638b1528e6d15c173f5e62360133
parent4f7b1c9b4599c5c1f239664dd43bbe8e0f8aca0f (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> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10549 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.5@10554 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;