From 9cb5cb2a00640129fe459915f8a58113317db5fa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Feb 2000 10:26:55 +0000 Subject: no_comment --- perl-install/install2.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e22e02b9d..1be42e390 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -592,8 +592,6 @@ sub main { #- needed very early for install_steps_gtk eval { ($o->{mouse}, $o->{wacom}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; - print %{$o->{mouse}}, "\n"; - $::o = $o = $::auto_install ? install_steps_auto_install->new($o) : $o->{interactive} eq "stdio" ? -- cgit v1.2.1