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:
parent
617f45c795
commit
88818f66cb
@ -311,7 +311,6 @@ int read_from_file(
|
|||||||
case STATE_READ_DATA:
|
case STATE_READ_DATA:
|
||||||
license_marker_end = marker_find(line, 1);
|
license_marker_end = marker_find(line, 1);
|
||||||
if (license_marker_end) {
|
if (license_marker_end) {
|
||||||
printf("DEBUG: end=%d begin=%d\n", license_marker_end, license_marker_begin);
|
|
||||||
if (license_marker_end != license_marker_begin) {
|
if (license_marker_end != license_marker_begin) {
|
||||||
ERR("Line %d: End marker != Begin marker\n", lineno);
|
ERR("Line %d: End marker != Begin marker\n", lineno);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user