[Pkg-voip-commits] [dahdi-tools] 84/285: xpp: astribank_allow: useless debug on write

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 88818f66cb54288a053b11a13e6f07c6790cf30c
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Tue Mar 20 10:43:00 2012 +0000

    xpp: astribank_allow: useless debug on write
    
    Remove a useless debug message in the "write" operation.
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@10549 17933a7a-c749-41c5-a318-cba88f637d49
---
 xpp/astribank_license.c | 1 -
 1 file changed, 1 deletion(-)

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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list