remove a stray printf

svn:r1575
This commit is contained in:
Nick Mathewson
2004-04-08 20:59:48 +00:00
parent a2ca3b9db1
commit 4fc1824b5f
-1
View File
@@ -449,7 +449,6 @@ test_crypto()
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");