Browse Source

Remove debug statement

pull/1/head
Matthew Faltys 5 years ago
parent
commit
f79108ca31
  1. 1
      deps/clean.sh

1
deps/clean.sh vendored

@ -22,7 +22,6 @@ FILES=$(ls -1tr *.txt | head -n -9)
for f in $FILES; do
#test -h $f || echo "removing old file $f"
if [ ! -h $f ]; then
echo "removing old file $f"
rm -rf $f
fi
done

Loading…
Cancel
Save