diff --git a/test/perft-test.c b/test/perft-test.c index 87d6e60..33140f0 100644 --- a/test/perft-test.c +++ b/test/perft-test.c @@ -288,7 +288,6 @@ int main(int __unused ac, __unused char**av) CLOCK_DEFINE(clock, CLOCK_PROCESS); while ((fen = next_fen(PERFT | MOVEDO))) { test_line = cur_line(); - printf("pos = %p\n", pos); if (!(fenpos = fen2pos(pos, fen))) { printf("wrong fen %d: [%s]\n", i, fen); continue;