From d74f3b77534a819f868875bb3912b4720968021b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Dec 2003 15:46:21 +0000 Subject: undeushize debug statement --- perl-install/standalone/drakclock | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index 42784dbe6..c40c80a3d 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -136,7 +136,6 @@ my $servers = get_server(); $combo_ntpserver->set_popdown_strings(@$servers); if (-e $ntpfile && -e $ntpdlock) { $ntp = timezone::ntp_server(''); - print "******$ntp*******\n"; $ntp and ntp_widget_state(1); foreach my $s (@$servers) { $s =~ /\Q$ntp/ and $fullntp = $s; -- cgit v1.2.1