remove python version debugging from ./run

This commit is contained in:
Damien Elmes 2020-04-20 11:21:27 +10:00
parent 385dbf88c3
commit ec6c0f86fb

1
run
View file

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