Remove debug echo in publish script.

This commit is contained in:
Jürg Lehni 2014-08-16 18:31:16 +02:00
parent 2057a359c7
commit 7817bc4b4d

View file

@ -59,7 +59,6 @@ npm publish
# Copy paperjs.zip to the website's download folder
cd $SITE_DIR
echo `PWD`
cp $PAPER_DIR/dist/paperjs.zip $DIST_FILE
# Update the online version of paper.js
cp $PAPER_DIR/dist/paper-full.js assets/js/paper.js