Parcourir la source

remove unneeded if block

Morten Brix Pedersen il y a 24 ans
Parent
commit
42cc534e23
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      pisg

+ 0 - 3
pisg

@@ -60,9 +60,6 @@ if (\$version) {
     \$pisg->run();
 }
 END
-    if ($@) {
-        print $@;
-    }
     if ($@) {
         print STDERR "Could not load pisg! Reason:\n$@\n";
         return undef;