Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
retupmoca committed May 15, 2014
1 parent 5e4312b commit 1dc3fa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/solving.t
Expand Up @@ -11,8 +11,6 @@ my $n = Nonogram.new(
rowspec => ([], [4], [6], [2, 2], [2, 2], [6], [4], [2], [2], [2], []),
);

$n.solve();

lives_ok { $n.solve() }, 'can run .solve';

my $solved = q[
Expand Down

0 comments on commit 1dc3fa2

Please sign in to comment.