[sysadmin-bin: 17/168] Remove a stray debug echo



commit e23c66930802106bc9584b4001a08851bf2ca486
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Feb 10 15:33:50 2009 -0500

    Remove a stray debug echo
    
    post-receive-notify-cia was (harmlessly) echoing $BINDIR.

 post-receive-notify-cia |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/post-receive-notify-cia b/post-receive-notify-cia
index 7c4362f..131f553 100755
--- a/post-receive-notify-cia
+++ b/post-receive-notify-cia
@@ -4,7 +4,6 @@
 # repository before) and notify the CIA system (IRC bots, etc) about it.
 
 BINDIR=$(cd $(dirname $0) && pwd)
-echo $BINDIR
 
 # Adapted from:
 #  http://kitenet.net/~joey/blog/entry/lazyweb:_git_cia_hooks/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]