From c24757c923841de1901501b227d1411eafefc4e4 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 10 Dec 2012 20:50:42 +0000 Subject: Get rid of cache --- lib/Iurt/Process.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Iurt/Process.pm') diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index d05e4c4..66b604f 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -5,7 +5,6 @@ use base qw(Exporter); use MDK::Common; use Filesys::Df qw(df); use Iurt::Mail qw(sendmail); -use Iurt::Config qw(dump_cache_par); use Iurt::Util qw(plog); use POSIX ":sys_wait_h"; use Sys::Load qw(getload); @@ -161,7 +160,6 @@ sub handle_command_error { plog('INFO', "--------------- end of command output ---------------"); if ($opt{die}) { - dump_cache_par($run); die "FATAL: $opt{error}."; } } -- cgit v1.2.1