Browse Source

Remove debug

Daniel Sheppard 1 year ago
parent
commit
451a1f498d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scripts/verify-bundles.sh

+ 0 - 2
scripts/verify-bundles.sh

@@ -25,8 +25,6 @@ check_dist() {
     if [[ $diff != "" ]]; then
         local SHA=$(git rev-parse HEAD)
         echo "Commit '$SHA' produced different static assets than were committed"
-        echo $diff
-        echo $(git diff $DIST)
         exit 1
     fi
 }