mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-30 01:05:34 +00:00
removing debug print in tests
This commit is contained in:
@@ -160,7 +160,6 @@ TEST_CASE("getPixelReferenceFromTileRow 8bpp", "[PPU][TileRenderer]")
|
||||
int j = 0;
|
||||
for (const auto &row : correctValues) {
|
||||
for (const auto &refValue : row) {
|
||||
std::cout << i << ' ' << j << std::endl;
|
||||
CHECK(tileRenderer.getPixelReferenceFromTileRow(i, j++) == refValue);
|
||||
}
|
||||
j = 0;
|
||||
|
||||
Reference in New Issue
Block a user