From: Joel Rosdahl Date: Tue, 27 Apr 2010 06:33:22 +0000 (+0200) Subject: Remove left-over debug logging in perf.sh X-Git-Tag: v3.0pre1~55 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=509b11bf2369a88945151d5cd811c93e4db29ca2;p=thirdparty%2Fccache.git Remove left-over debug logging in perf.sh --- diff --git a/perf.sh b/perf.sh index 2357d25ed..23b768758 100755 --- a/perf.sh +++ b/perf.sh @@ -83,8 +83,6 @@ compile $n "$ccache $cxx" echo "Time: $(elapsed $t0)" unset CCACHE_NODIRECT -CCACHE_LOGFILE=ccache.log -export CCACHE_LOGFILE rm -rf $CCACHE_DIR echo "With ccache, direct, cache miss:"