Skip to content

Commit 671ef0a

Browse files
committed
[Shell] tests
1 parent 4b3e194 commit 671ef0a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/openminecraft-core/specs/media/png/om_png.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ auto OMPngFile::parseBlockHeader(std::shared_ptr<std::istream> istr, OMPngChunkT
154154
istr->read(reinterpret_cast<char *>(&currentChunk.crc), 4);
155155
currentChunk.crc = binary::be32ToNative(currentChunk.crc);
156156

157-
std::cout << "[PNG] " << currentChunk.name.data() << " " << length << std::endl;
158-
159157
auto res = crc(currentChunk);
160158
if (res != currentChunk.crc)
161159
{

0 commit comments

Comments
 (0)