diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/test.c b/src/or/test.c index c288f2b71..45a1bcf2e 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -631,7 +631,6 @@ main(int c, char**v) { log(LOG_ERR,NULL); /* make logging quieter */ setup_directory(); -#if 0 puts("========================== Buffers ========================="); test_buffers(); puts("========================== Crypto =========================="); @@ -641,7 +640,6 @@ main(int c, char**v) { test_util(); puts("\n========================= Onion Skins ====================="); test_onion_handshake(); -#endif puts("\n========================= Directory Formats ==============="); test_dir_format(); puts(""); |