summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-08-26 15:35:43 +0000
committerNick Mathewson <nickm@torproject.org>2005-08-26 15:35:43 +0000
commite204dd5d2a1394bcb6e3661ec2ed775b0ce3e2a6 (patch)
treef60d2d7fd18f062c3ba36337e1d9fe4dcb0d4063 /src/or/test.c
parentd54d7b7ec1321bd2f6e0779aa1080f49f4bea756 (diff)
downloadtor-e204dd5d2a1394bcb6e3661ec2ed775b0ce3e2a6.tar.gz
tor-e204dd5d2a1394bcb6e3661ec2ed775b0ce3e2a6.zip
Remove accidentally added printf
svn:r4841
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c1
1 files changed, 0 insertions, 1 deletions
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();