From: Yann Dirson Date: Fri, 16 Mar 2007 22:45:45 +0000 (+0000) Subject: Remove debugging output from contrib/stg-sink X-Git-Tag: v0.13~115 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/03c8cd3a5f385568415a250cc179e990831b1e8a?ds=sidebyside Remove debugging output from contrib/stg-sink Signed-off-by: Yann Dirson --- diff --git a/contrib/stg-sink b/contrib/stg-sink index e63eb93..cb6e25d 100755 --- a/contrib/stg-sink +++ b/contrib/stg-sink @@ -3,7 +3,7 @@ use strict; use warnings; sub _run { - print(' >> ', @_, "\n");# and 0; + #print(' >> ', @_, "\n");# and 0; system(@_); }