Skip to content

Commit ae9de58

Browse files
committed
Remove some debugging leftovers
1 parent 374ee3e commit ae9de58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/Rakudo/Internals/HyperPipeline.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ my class Rakudo::Internals::HyperPipeline {
5454
last if $batch.last;
5555
CATCH {
5656
default {
57-
.note;
5857
$dest-channel.fail($_);
5958
}
6059
}
@@ -79,7 +78,6 @@ my class Rakudo::Internals::HyperPipeline {
7978
$dest-channel.close;
8079
}
8180
default {
82-
.note;
8381
$dest-channel.fail($_);
8482
}
8583
}

0 commit comments

Comments
 (0)