changeset 535:21490eea261d

Remove extraneous debugging
author Matt Johnston <matt@ucc.asn.au>
date Tue, 03 Mar 2009 13:20:00 +0000
parents 0431915df79f
children 1037aabf701b
files packet.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packet.c	Sun Mar 01 16:15:57 2009 +0000
+++ b/packet.c	Tue Mar 03 13:20:00 2009 +0000
@@ -250,8 +250,6 @@
 	}
 	buf_incrpos(ses.readbuf, len);
 
-	printhex("readbuf decrypted", ses.readbuf->data, ses.readbuf->len);
-
 	/* check the hmac */
 	if (checkmac() != DROPBEAR_SUCCESS) {
 		dropbear_exit("Integrity error");