Skip to content

Commit 8921255

Browse files
committed
remove print line
1 parent 0a01ad2 commit 8921255

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transpositionTable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// Initialize transposition table
88
TranspositionTable::TranspositionTable() {
99
numHashes = (double) HASH_SIZE / (double) sizeof(ZobristVal) * 0xFFFFF;
10-
std::cout << numHashes << std::endl;
1110
hashTable = new ZobristVal [numHashes];
1211
halfMove = 1;
1312

0 commit comments

Comments
 (0)