Remove debug

This commit is contained in:
Daniel Sheppard 2025-01-20 17:35:20 -06:00
parent 694fcd3a79
commit 451a1f498d

View File

@ -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
}