[or-cvs] remove a stray printf

Nick Mathewson nickm at seul.org
Thu Apr 8 20:59:51 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv21214/src/or

Modified Files:
	test.c 
Log Message:
remove a stray printf

Index: test.c
===================================================================
RCS file: /home/or/cvsroot/src/or/test.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- test.c	8 Apr 2004 20:56:33 -0000	1.79
+++ test.c	8 Apr 2004 20:59:48 -0000	1.80
@@ -449,7 +449,6 @@
   test_streq(data2, "gvrwq4tt");
 
   strcpy(data1, "\xFF\xF5\x6D\x44\xAE\x0D\x5C\xC9\x62\xC4");
-  printf("-------\n");
   i = base32_encode(data2, 30, data1, 10);
   test_eq(i,0);
   test_streq(data2, "772w2rfobvomsywe");



More information about the tor-commits mailing list