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.astersk.org/svn/dahdi/tools/trunk@10549 17933a7a-c749-41c5-a318-cba88f637d49
This commit is contained in:
Tzafrir Cohen 2012-03-20 10:43:00 +00:00
parent 617f45c795
commit 88818f66cb
1 changed files with 0 additions and 1 deletions

View File

@ -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;