mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 00:02:17 -06:00
Remove debug
This commit is contained in:
@@ -25,8 +25,6 @@ check_dist() {
|
|||||||
if [[ $diff != "" ]]; then
|
if [[ $diff != "" ]]; then
|
||||||
local SHA=$(git rev-parse HEAD)
|
local SHA=$(git rev-parse HEAD)
|
||||||
echo "Commit '$SHA' produced different static assets than were committed"
|
echo "Commit '$SHA' produced different static assets than were committed"
|
||||||
echo $diff
|
|
||||||
echo $(git diff $DIST)
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user