diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-05 13:02:35 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-05-05 13:03:01 -0600 |
| commit | 45e6853e315933d57a0e7213a2d5590fb74f628a (patch) | |
| tree | 67acdd471d25fc4d7ea511842ba56fb2f309aed7 /src/factories/TextureFactory.cpp | |
| parent | d84de4189aeb724a68136924e8da3c974bbf44ee (diff) | |
Remove spdlog
Diffstat (limited to 'src/factories/TextureFactory.cpp')
| -rw-r--r-- | src/factories/TextureFactory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/factories/TextureFactory.cpp b/src/factories/TextureFactory.cpp index bf5da64..0299ce0 100644 --- a/src/factories/TextureFactory.cpp +++ b/src/factories/TextureFactory.cpp @@ -143,8 +143,6 @@ ExportResult TextureCodeExporter::Export(std::ostream &write, std::shared_ptr<IP size_t byteSize = std::max(1, (int) (texture->mFormat.depth / 8)); size_t isize = texture->mBuffer.size() / byteSize; - SPDLOG_INFO("Byte Size: {}", byteSize); - for (int i = 0; i < data.size(); i+=byteSize) { if (i % 16 == 0 && i != 0) { imgstream << std::endl; |
