summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 69f9220a..ad735e1b 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -136,7 +136,6 @@ sub check_rpm {
if (!$in->do_pkgs->is_installed($rpm)) {
if ($in->ask_okcancel("error", N("%s is not installed\nClick \"Next\" to install or \"Cancel\" to quit", c::from_utf8($rpm)))) {
$::testing and next;
- print "\nINSTALLING $rpm\n";
if (!$in->do_pkgs->install($rpm)) {
$::Wizard_finished = 1;
$in->ask_okcancel("error", N("installation failed"));