From e1aed81e2734a8ec7b74bf43d280a46f4cc663f1 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Fri, 27 Jun 2014 13:09:49 +0200 Subject: Removed breakpoints --- lib/AdminPanel/Module/LogViewer.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/AdminPanel/Module/LogViewer.pm') diff --git a/lib/AdminPanel/Module/LogViewer.pm b/lib/AdminPanel/Module/LogViewer.pm index 222dafc..ec6025d 100644 --- a/lib/AdminPanel/Module/LogViewer.pm +++ b/lib/AdminPanel/Module/LogViewer.pm @@ -510,7 +510,6 @@ sub _save { sub _search { my ($self, $log_opts) = @_; -$DB::single = 1; my $log = AdminPanel::Shared::JournalCtl->new(%{$log_opts}); my $all = $log->getLog(); @@ -530,8 +529,6 @@ $DB::single = 1; sub _parse_content { my ($self, $info) = @_; - $DB::single = 1; - my $ey = ""; my $en = ""; -- cgit v1.2.1