Skip to content

Commit 918a7c3

Browse files
committed
Disable debug logging
1 parent a268a5f commit 918a7c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hooks/update.sh

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ if [ "$refname" = "refs/heads/trunk" ]; then
2424
fi
2525

2626
log "==> git push github ($newrev:$refname)"
27-
if [ "${SVN_ACCOUNT_NAME:-}" = "ko1" -o "${SVN_ACCOUNT_NAME:-}" = "k0kubun" ]; then
28-
env
29-
30-
fi
3127
if ! git push github "$newrev:$refname"; then
3228
if [ "$refname" = "refs/heads/master" ]; then
3329
nohup /home/git/ruby-commit-hook/bin/update-ruby.sh > /dev/null 2>&1 &

0 commit comments

Comments
 (0)