diff --git a/src/core/Rakudo/Internals/HyperPipeline.pm b/src/core/Rakudo/Internals/HyperPipeline.pm index d8a3dca59d2..f4732f2a431 100644 --- a/src/core/Rakudo/Internals/HyperPipeline.pm +++ b/src/core/Rakudo/Internals/HyperPipeline.pm @@ -54,7 +54,6 @@ my class Rakudo::Internals::HyperPipeline { last if $batch.last; CATCH { default { - .note; $dest-channel.fail($_); } } @@ -79,7 +78,6 @@ my class Rakudo::Internals::HyperPipeline { $dest-channel.close; } default { - .note; $dest-channel.fail($_); } }