Skip to content

Commit

Permalink
Item13392: Remove debugging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed May 5, 2015
1 parent 4a5e1d5 commit e865231
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Macros/PERLDEPENDENCYREPORT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ sub _showDEPENDENCIES {
( $_->{name} =~ m/^Foswiki::/ )
? "$_->{name}"
: "CPAN:$_->{name}";
print STDERR "$linkname\n";
if ( $linkname =~ m/^Foswiki::(?:[^:]+)::(.*)$/ ) {
$linkname = "[[http://foswiki.org/Extensions/$1][$1]]";
}
Expand Down Expand Up @@ -252,7 +251,6 @@ sub _loadDEPENDENCIES {

if ( $line =~ /^ONLYIF\s+(.+)$/ ) {
$trig = $1;
print STDERR "TRIGGER $trig\n";
next;
}

Expand Down

0 comments on commit e865231

Please sign in to comment.