Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
forgot to remove debugging output, moritz--
  • Loading branch information
moritz committed Sep 24, 2009
1 parent f2acdbb commit c394d6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/setting/Operators.pm
Expand Up @@ -22,8 +22,6 @@ multi sub infix:<...> (@lhs, Code $generator, :$limit) {
my @result = @lhs;
my @r;
my $argument-indexes;
warn $generator.perl;
warn $generator.signature.perl;
# WhateverCode objects don't have a signature yet (RT #69362),
# and we can't simply use a try { ... } block because its result
# throws a "Null PMC access in get_bool()" when used in boolean context.
Expand Down

0 comments on commit c394d6d

Please sign in to comment.