diff options
Diffstat (limited to 'lib/AdminPanel/Module/LogViewer.pm')
-rw-r--r-- | lib/AdminPanel/Module/LogViewer.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Module/LogViewer.pm b/lib/AdminPanel/Module/LogViewer.pm index dacb98fe..7b9b5a11 100644 --- a/lib/AdminPanel/Module/LogViewer.pm +++ b/lib/AdminPanel/Module/LogViewer.pm @@ -479,7 +479,6 @@ $DB::single = 1; my $log = AdminPanel::Shared::JournalCtl->new(%{$log_opts}); my $all = $log->getLog(); -print " _search \n"; return $all; } |