From e5fefd376242c7024cce11b6b2e62749aed53bd9 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 12 Mar 2012 18:13:57 +0000 Subject: Never manually write to log file --- iurt_root_command | 1 - 1 file changed, 1 deletion(-) (limited to 'iurt_root_command') diff --git a/iurt_root_command b/iurt_root_command index 89edeeb..544ddbc 100755 --- a/iurt_root_command +++ b/iurt_root_command @@ -170,7 +170,6 @@ my %commands_with_more_args = ( ); open(my $LOG, ">&STDERR"); -$run{LOG} = sub { print $LOG @_ }; plog_init($program_name, $LOG, $run{verbose}); #plog_init($program_name, $LOG, 7, 1); -- cgit v1.2.1