diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-18 19:07:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-18 19:07:47 +0000 |
commit | c98ddd12f5d5f777099376ce9718c01acf55566b (patch) | |
tree | 283b87c6f5a2fb1420ae70b86746fc568d928870 /perl-install/interactive_newt.pm | |
parent | 7c32cf9c3f2c6ad9884716f67aee1a2979812de9 (diff) | |
download | drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar.gz drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar.bz2 drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar.xz drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.zip |
no_comment
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r-- | perl-install/interactive_newt.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm index 4a58dc1a2..3325dfb28 100644 --- a/perl-install/interactive_newt.pm +++ b/perl-install/interactive_newt.pm @@ -46,7 +46,6 @@ sub ask_from_listW { my ($title, @okcancel) = ref $title_ ? @$title_ : ($title_, _("Ok"), _("Cancel")); my $mesg = join("\n", @$messages); - log::l("ask_from_listW: " . (join "|", @$l)); if (@$l == 1) { Newt::WinMessage($title, @$l, $mesg); |