summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 61dabe2af..412586e5c 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -71,9 +71,6 @@ if (!member($curr_kernel, chomp_(cat_($known_kernels)))) {
harddrake::autoconf::fix_aliases($modules_conf) if !$first_run;
append_to_file($known_kernels, "$curr_kernel\n");
}
-use Data::Dumper;
-output('/tmp/env.pl', Dumper(\%ENV));
-
sub get_xorg_driver() {
my $x = Xconfig::xfree->read;