diff dbutil.c @ 352:2481bc4370b8 debug-unrandom

add yet more
author Matt Johnston <matt@ucc.asn.au>
date Wed, 09 Aug 2006 16:22:20 +0000
parents cd14c94fe89c
children
line wrap: on
line diff
--- a/dbutil.c	Tue Aug 08 15:31:38 2006 +0000
+++ b/dbutil.c	Wed Aug 09 16:22:20 2006 +0000
@@ -576,8 +576,6 @@
 
 	int c = EOF;
 
-	TRACE(("enter buf_getline"))
-
 	buf_setpos(line, 0);
 	buf_setlen(line, 0);
 
@@ -604,7 +602,6 @@
 		TRACE(("leave buf_getline: failure"))
 		return DROPBEAR_FAILURE;
 	} else {
-		TRACE(("leave buf_getline: success"))
 		buf_setpos(line, 0);
 		return DROPBEAR_SUCCESS;
 	}