diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-27 11:18:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-27 11:18:13 +0000 |
commit | 8310658b6cc15f1778615b44c2778141d935c8b4 (patch) | |
tree | 9e274b45e8ae12f4ab6b3e368a08c438f9cab6e2 /perl-install/fs/format.pm | |
parent | 55c8152860e4d8a45822cda7242f1eaf07c790ef (diff) | |
download | drakx-8310658b6cc15f1778615b44c2778141d935c8b4.tar drakx-8310658b6cc15f1778615b44c2778141d935c8b4.tar.gz drakx-8310658b6cc15f1778615b44c2778141d935c8b4.tar.bz2 drakx-8310658b6cc15f1778615b44c2778141d935c8b4.tar.xz drakx-8310658b6cc15f1778615b44c2778141d935c8b4.zip |
remove log
Diffstat (limited to 'perl-install/fs/format.pm')
-rw-r--r-- | perl-install/fs/format.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 373bde008..af6ee7a48 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -135,7 +135,6 @@ sub wait_message { } $w->set($msg); } elsif ($total) { - log::l("set_fraction $current / $total"); if ($progress) { $progress->set_fraction($current / $total); $progress->show; |