]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a stray debugging echo from configure.ac
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 12:54:28 +0000 (08:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 12:54:28 +0000 (08:54 -0400)
configure.ac

index 73299696e35377b018d8ebc5b640fb6d290f8dd1..4aeec929ef573f4d46d2ce575f69c901cbe65904 100644 (file)
@@ -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";