Remove unnecessary debug output

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-19 21:50:35 +03:00
parent 869bf2a9fd
commit b2ede09fe6

View file

@ -2,8 +2,6 @@
set -e set -e
echo "Doing it here"
# Find our app dir # Find our app dir
appdir=$(cd $(dirname "$0")/.. && pwd) appdir=$(cd $(dirname "$0")/.. && pwd)