The unified diff between revisions [630fe558..] and [c8601f31..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'dbutil.c'

#
#
# patch "dbutil.c"
#  from [46f91aa47ad63006772ef99b27898bcf0ac5b6f1]
#    to [bdec54f5aec424a09086abebf1cd4118215969c9]
#
============================================================
--- dbutil.c	46f91aa47ad63006772ef99b27898bcf0ac5b6f1
+++ dbutil.c	bdec54f5aec424a09086abebf1cd4118215969c9
@@ -576,8 +576,6 @@ int buf_getline(buffer * line, FILE * au

 	int c = EOF;

-	TRACE(("enter buf_getline"))
-
 	buf_setpos(line, 0);
 	buf_setlen(line, 0);

@@ -604,7 +602,6 @@ out:
 		TRACE(("leave buf_getline: failure"))
 		return DROPBEAR_FAILURE;
 	} else {
-		TRACE(("leave buf_getline: success"))
 		buf_setpos(line, 0);
 		return DROPBEAR_SUCCESS;
 	}