From e204dd5d2a1394bcb6e3661ec2ed775b0ce3e2a6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 Aug 2005 15:35:43 +0000 Subject: [PATCH] Remove accidentally added printf svn:r4841 --- src/or/test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/test.c b/src/or/test.c index af976aa7b2..604c68694d 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1529,7 +1529,6 @@ main(int c, char**v) options_init(options); options->DataDirectory = tor_strdup(temp_dir); set_options(options); - printf("a\n"); crypto_seed_rng();