Skip to content

Commit

Permalink
Remove some debugging leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 17, 2017
1 parent 374ee3e commit ae9de58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/Rakudo/Internals/HyperPipeline.pm
Expand Up @@ -54,7 +54,6 @@ my class Rakudo::Internals::HyperPipeline {
last if $batch.last;
CATCH {
default {
.note;
$dest-channel.fail($_);
}
}
Expand All @@ -79,7 +78,6 @@ my class Rakudo::Internals::HyperPipeline {
$dest-channel.close;
}
default {
.note;
$dest-channel.fail($_);
}
}
Expand Down

0 comments on commit ae9de58

Please sign in to comment.