From 98697f3cf1a90026401438acc052456181bb178d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 11 Nov 2022 08:45:08 +0100 Subject: [PATCH] remove the sccache log dump --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index c84b119c..edad3011 100755 --- a/debian/rules +++ b/debian/rules @@ -782,7 +782,6 @@ sccache-stats: # If we used sccache, shows stats if test -f /opt/sccache/sccache; then \ ls -al /opt/sccache/; \ - cat /opt/sccache/sccache.log; \ /opt/sccache/sccache --show-stats; \ fi touch $@