Daniel Sheppard 1 anno fa
parent
commit
451a1f498d
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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
 }