[Fai-commit] r4822 - people/faiguy/bugfixes/common/bin

meissner-guest at alioth.debian.org meissner-guest at alioth.debian.org
Fri Dec 14 14:31:01 UTC 2007


Author: meissner-guest
Date: 2007-12-14 14:31:01 +0000 (Fri, 14 Dec 2007)
New Revision: 4822

Modified:
   people/faiguy/bugfixes/common/bin/install_packages
Log:
remove some debug code


Modified: people/faiguy/bugfixes/common/bin/install_packages
===================================================================
--- people/faiguy/bugfixes/common/bin/install_packages	2007-12-14 14:27:59 UTC (rev 4821)
+++ people/faiguy/bugfixes/common/bin/install_packages	2007-12-14 14:31:01 UTC (rev 4822)
@@ -32,7 +32,6 @@
 
 use strict;
 use Getopt::Std;
-use Data::Dumper;
 
 # global variables
 our ($opt_d,$opt_l,$opt_L,$opt_v,$opt_h,$opt_H,$opt_m,$opt_n,$opt_N,$opt_p);
@@ -137,7 +136,6 @@
 
 # check if any Debian related commands/types are used in package_config
 my @debiantypes= qw/taskinst aptitude aptitude-r install remove dselect-upgrade smarti/;
-print "\n". Dumper(%types);
 foreach my $dt (@debiantypes) {
   $types{$dt} and $hasdebian=1;
   if ($types{$dt} eq 'smarti') {




More information about the Fai-commit mailing list