diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-03-08 18:16:01 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-03-08 18:16:01 +0100 |
commit | 6e2f82f57449d6b1c788f1290d281a776c70af5c (patch) | |
tree | 286aa26ad84ef519726b7fcfc8d02dcb59640ffb /lib/AdminPanel/Module | |
parent | b7a2fb5401c2fb44574b78598e7eefbfe6645119 (diff) | |
download | manatools-6e2f82f57449d6b1c788f1290d281a776c70af5c.tar manatools-6e2f82f57449d6b1c788f1290d281a776c70af5c.tar.gz manatools-6e2f82f57449d6b1c788f1290d281a776c70af5c.tar.bz2 manatools-6e2f82f57449d6b1c788f1290d281a776c70af5c.tar.xz manatools-6e2f82f57449d6b1c788f1290d281a776c70af5c.zip |
Removed old log viewer (no more syslog)
Diffstat (limited to 'lib/AdminPanel/Module')
-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; } |