瀏覽代碼

Remove accidentally added printf

svn:r4841
Nick Mathewson 21 年之前
父節點
當前提交
e204dd5d2a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/or/test.c

+ 0 - 1
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();