X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=samples%2Fforfax%2Fforfax.cpp;fp=samples%2Fforfax%2Fforfax.cpp;h=a7e233bad5f875cedca4863b509b81258a6934fc;hp=eb4496060291776222eb2977f45f591052599382;hb=b563784f7e8b559fc100e174331c99fc6a1beda8;hpb=4a3c0478160e7e9b637a12e7cf22f8da61b66ad2 diff --git a/samples/forfax/forfax.cpp b/samples/forfax/forfax.cpp index eb44960..a7e233b 100644 --- a/samples/forfax/forfax.cpp +++ b/samples/forfax/forfax.cpp @@ -605,7 +605,7 @@ Forfax::Status Forfax::MakeMove() //Print chosen move to stdout cout << choice.piece->x << " " << choice.piece->y << " " << direction << "\n"; - cerr << "\nForfax move " << choice.piece->x << " " << choice.piece->y << " " << direction << " [score = " << choice.score << "]\n"; + //cerr << "\nForfax move " << choice.piece->x << " " << choice.piece->y << " " << direction << " [score = " << choice.score << "]\n";