diff --git a/run.pl b/run.pl index 1b3bd7a..7c9ff99 100755 --- a/run.pl +++ b/run.pl @@ -6,14 +6,6 @@ use warnings; use File::Basename qw/dirname/; -BEGIN { - open my $fh, '>&', \*STDERR; - open STDERR, '>', '/dev/null'; - system 'perl', 'Build.PL'; - system 'perl', 'Build', 'build'; - open STDERR, '>&', $fh; -}; - use blib '/app/Hiperthermia'; chdir '/app/Hiperthermia';