From ec6c0f86fbc36c8f4c06829e6259baf6483934a7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 20 Apr 2020 11:21:27 +1000 Subject: [PATCH] remove python version debugging from ./run --- run | 1 - 1 file changed, 1 deletion(-) diff --git a/run b/run index 22099b665..1525ae050 100755 --- a/run +++ b/run @@ -2,5 +2,4 @@ set -eu -o pipefail ${SHELLFLAGS} -python --version make -C $(dirname $0) run RUNFLAGS="$*"