aboutsummaryrefslogtreecommitdiff
path: root/challenge-134
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-134')
-rw-r--r--challenge-134/james-smith/perl/ch-1.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/challenge-134/james-smith/perl/ch-1.pl b/challenge-134/james-smith/perl/ch-1.pl
index 665acde010..fd268b70a0 100644
--- a/challenge-134/james-smith/perl/ch-1.pl
+++ b/challenge-134/james-smith/perl/ch-1.pl
@@ -33,8 +33,5 @@ sub next_perm {
return 1; ## Return true to say can continue...
}
-
say @s while next_perm && $count--;
-
-