diff options
Diffstat (limited to 'challenge-010')
| -rwxr-xr-x | challenge-010/simon-proctor/perl6/ch-1.p6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-010/simon-proctor/perl6/ch-1.p6 b/challenge-010/simon-proctor/perl6/ch-1.p6 index 345662b987..abce1ea4ed 100755 --- a/challenge-010/simon-proctor/perl6/ch-1.p6 +++ b/challenge-010/simon-proctor/perl6/ch-1.p6 @@ -80,7 +80,6 @@ sub from-roman( RomanStr $roman is copy ) { "Ⅲ" | "Ⅱ" | "I" | "Ⅰ" !! { $out += %roman-map{$match}; - note "$match : $roman : $out"; } $out; } |
