diff options
author | damien <damien@mandriva.com> | 2001-08-07 20:59:17 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-08-07 20:59:17 +0000 |
commit | d96e2e61438c725fd71cbf1374efcd57f5a47624 (patch) | |
tree | d749fa24c951db05fa3e2fa3ccc62006f03bf10f /perl-install | |
parent | 440144b4ce8d4fa87611081343b0f01def34a0e1 (diff) | |
download | drakx-d96e2e61438c725fd71cbf1374efcd57f5a47624.tar drakx-d96e2e61438c725fd71cbf1374efcd57f5a47624.tar.gz drakx-d96e2e61438c725fd71cbf1374efcd57f5a47624.tar.bz2 drakx-d96e2e61438c725fd71cbf1374efcd57f5a47624.tar.xz drakx-d96e2e61438c725fd71cbf1374efcd57f5a47624.zip |
removed debugging message
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 21014c517..1ba17a3e2 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -84,7 +84,6 @@ sub detect { sub pre_func { my ($text) = @_; - print "PLOP $text PLOP\n"; $::Wizard_no_previous=1; if ($in->isa('interactive_gtk')) { $::Wizard_splash=1; |