diff --git a/deps/clean.sh b/deps/clean.sh index f00ddd9..7c3ed6f 100755 --- a/deps/clean.sh +++ b/deps/clean.sh @@ -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