From: agriffis Date: Mon, 7 Mar 2005 23:50:08 +0000 (-0000) Subject: Remove stale debugging lines X-Git-Tag: gentoolkit-0.2.4.3~319 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c39b535b61474a77d20d34c8ea29bfcd7d645b43;p=gentoolkit.git Remove stale debugging lines svn path=/; revision=187 --- diff --git a/trunk/src/echangelog/echangelog b/trunk/src/echangelog/echangelog index 159817a..3e30323 100644 --- a/trunk/src/echangelog/echangelog +++ b/trunk/src/echangelog/echangelog @@ -53,7 +53,6 @@ if (-f 'ChangeLog') { # Figure out what has changed around here open C, 'cvs -fn up 2>&1 |' or die "Can't run cvs -fn up: $!\n"; while () { - #print STDERR "cvs: $_"; /ChangeLog/ and next; /^\? (\S+)/ and push @unknown, $1; /^([ARMC]) (\S+)/ or next; @@ -161,7 +160,6 @@ if (@ebuilds) { open C, "cvs -f diff -U0 @ebuilds 2>&1 |" or die "Can't run cvs diff: $!\n"; $_ = ; while (defined $_) { - #print STDERR "cvs: $_"; if (/^cvs diff: (([^\/]*?)\.ebuild) was removed/) { push @files, $1; }