Browse Source

Remove a stray debugging echo from configure.ac

Nick Mathewson 10 years ago
parent
commit
95597ab176
1 changed files with 0 additions and 2 deletions
  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";