summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 11:53:14 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 11:53:14 +0000
commit6e48e366e4cd7498655cf116d787139209de8880 (patch)
treeb9195030ef97265a7402abb678c2dd97ca6de25b
parent193e173765f9ef1b417df0e696704df94fa5aec0 (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.6@10555 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;