Move a debug statement at the end of new_clues from the caller (just
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Jan 2012 08:32:26 +0000 (08:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Jan 2012 08:32:26 +0000 (08:32 +0000)
commitf4ab9854cee90c9515eb56ced7df7871a41ba2ad
tree7dbd8b079c302d0eab960c90261ce84878181012
parentc0f63b88e536d161a4508c918f805fbc497b75c9
Move a debug statement at the end of new_clues from the caller (just
after return) to the callee (just before). Might print something
useful in the soak-test context (where that debug statement will now
be printed and previously wasn't), but the main aim is to remove the
variable 'ngen' at the main call site, which triggered a set-but-not-
used warning if the debug statement that printed it was compiled out.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9392 cda61777-01e9-0310-a592-d414129be87e
pearl.c