remove python version debugging from ./run

This commit is contained in:
Damien Elmes 2020-04-20 11:21:27 +10:00
parent a90d75f5fd
commit 5efb3beb1a

1
run
View file

@ -2,5 +2,4 @@
set -eu -o pipefail ${SHELLFLAGS}
python --version
make -C $(dirname $0) run RUNFLAGS="$*"