diff options
Diffstat (limited to 'lib/ManaTools/Shared/TimeZone.pm')
-rw-r--r-- | lib/ManaTools/Shared/TimeZone.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ManaTools/Shared/TimeZone.pm b/lib/ManaTools/Shared/TimeZone.pm index 9aa7ef2f..685a87b0 100644 --- a/lib/ManaTools/Shared/TimeZone.pm +++ b/lib/ManaTools/Shared/TimeZone.pm @@ -152,8 +152,6 @@ has 'ntp_program' => ( sub _ntp_program_init { my $self = shift; - $DB::single = 1; - # looks for a running service from the configured ones, # if none is running chooses the first of the list my $list = $self->ntpServiceList(); |