From 65b2d98cb8206ad72aa31d5e14fbd2e039c82ce5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 7 Apr 2023 10:18:33 +0200 Subject: [PATCH] remove debug message --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index b3976d9d..6ef4a94e 100755 --- a/debian/rules +++ b/debian/rules @@ -482,8 +482,6 @@ PROJECTS_LIST := $(shell echo "$(PROJECTS)"|sed -e "s| ||g") RUNTIMES_LIST := $(shell echo "$(RUNTIMES)"|sed -e "s| ||g") preconfigure: - /opt/sccache/sccache||true - /opt/sccache/sccache --version||true if ! grep -qs '/proc ' /proc/mounts; then \ echo "/proc needs to be mounted"; \ exit 1; \