Skip to content

Commit

Permalink
Remove debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 17, 2013
1 parent a2521ac commit 641fa0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/traits.pm
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ multi trait_mod:<is>(Routine:D $r, |c ) {
).throw;
}
multi trait_mod:<is>(Routine:D $r, :$rw!) {
nqp::say('here');
nqp::say($r.HOW.name($r));
$r.set_rw();
}
multi trait_mod:<is>(Routine:D $r, :$parcel!) {
Expand Down

0 comments on commit 641fa0f

Please sign in to comment.