From b90ba0d94c0f776577adefb43be603dcb96b1ff1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Feb 2003 12:23:47 +0000 Subject: - remove debug statements - print an error message if we die on something other than wizcancel --- perl-install/standalone/logdrake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 5d5b9e73e..eafe06737 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -196,7 +196,7 @@ gtkadd($my_win->{window}, $::Wizard_no_cancel = 1; $::WizardWindow->destroy if defined $::WizardWindow; undef $::WizardWindow; - } + } else { print "CRITICAL: \"$@\"\n" } })), gtksignal_connect(new Gtk2::Button(N("Save")), clicked => \&save), @@ -466,8 +466,6 @@ print F $r; output $cron_hourly, $cron; chmod 0755, $cron_hourly; - print "whole cron is ****** $cron *******\n"; - undef $::isWizard; if (defined $::WizardWindow) { $::WizardWindow->destroy; -- cgit v1.2.1