瀏覽代碼

Remove a stray debugging echo from configure.ac

Nick Mathewson 11 年之前
父節點
當前提交
95597ab176
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      configure.ac

+ 0 - 2
configure.ac

@@ -47,8 +47,6 @@ AC_ARG_ENABLE(coverage,
 AM_CONDITIONAL(UNITTESTS_ENABLED, test x$enable_unittests != xno)
 AM_CONDITIONAL(COVERAGE_ENABLED, test x$enable_coverage = xyes)
 
-echo "COVERAGE: $enable_coverage"
-
 if test "$enable_static_tor" = "yes"; then
   enable_static_libevent="yes";
   enable_static_openssl="yes";