diff options
Diffstat (limited to 'iurt_root_command')
-rwxr-xr-x | iurt_root_command | 1 |
1 files changed, 0 insertions, 1 deletions
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); |