diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakclock | 1 |
1 files changed, 0 insertions, 1 deletions
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; |