From 94a58987554cbe6cb784e6c60f7db110c629e438 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sun, 3 Sep 2023 18:59:34 -0500 Subject: [PATCH] Remove debug writing of texture atlas images --- scwx-qt/source/scwx/qt/util/texture_atlas.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scwx-qt/source/scwx/qt/util/texture_atlas.cpp b/scwx-qt/source/scwx/qt/util/texture_atlas.cpp index 40f521eb..1ae34287 100644 --- a/scwx-qt/source/scwx/qt/util/texture_atlas.cpp +++ b/scwx-qt/source/scwx/qt/util/texture_atlas.cpp @@ -474,11 +474,6 @@ TextureAtlas::Impl::LoadImage(const std::string& imagePath) }); } - boost::gil::write_view( - fmt::format("gil-{}.png", url.fileName().toStdString()), - image._view, - boost::gil::png_tag()); - stbi_image_free(pixelData); } else if (response.status_code == 0)