From 58322d67a930283024ed537b434ec6318d84c2e5 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 5 Nov 2009 01:32:19 +0100 Subject: [PATCH] Girocco::Notify: Remove forgotten debug print --- Girocco/Notify.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Girocco/Notify.pm b/Girocco/Notify.pm index 2735594..a9f8c50 100644 --- a/Girocco/Notify.pm +++ b/Girocco/Notify.pm @@ -107,7 +107,6 @@ sub get_commits { my @revlims; if (@refs) { - print "--not @refs\n"; open $fd, '-|', @gcmd, 'rev-list', '--not', @refs or die "cannot do git rev-list for revlims: $! $?"; @revlims = <$fd>; -- 2.11.4.GIT