commit 287cc1ba718968ea23b5eec2c9e3e67bed2fbeb0
Author: Elan Ruusamäe <[email protected]>
Date: Wed Nov 23 11:41:19 2016 +0200
remove debug
findbr | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/findbr b/findbr
index 05917a3..352e9fc 100755
--- a/findbr
+++ b/findbr
@@ -108,7 +108,6 @@ sub add_br
print STDERR "\033[33;1madding: $pkg => $msg\033[0m\n";
}
-use Data::Dumper;
sub poldek_cmd
{
my $cmd = shift;
@@ -118,8 +117,6 @@ sub poldek_cmd
my @read = <READ>;
close READ;
- print "READ: ".Dumper \@read;
-
return @read if wantarray;
return \@read;
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/287cc1ba718968ea23b5eec2c9e3e67bed2fbeb0
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit