[projects/cleanbuild] remove debug

glen glen at pld-linux.org
Wed Nov 23 10:41:50 CET 2016


commit 287cc1ba718968ea23b5eec2c9e3e67bed2fbeb0
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list