From ad20f19864092ab6b704763e92e9d6da39a2896a Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Tue, 28 Nov 2023 07:35:16 -0500 Subject: [PATCH] Remove debugging --- source/Irrlicht/CB3DJSONMeshFileLoader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp index 09055ed2..26c46d41 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -222,7 +222,6 @@ std::tuple CB3DJSONMeshFileLoader::readChunkTEXS() { if (JSONDataContainer.contains("TEXS") && JSONDataContainer["TEXS"].is_array()) { // We're referencing static memory. texs = JSONDataContainer["TEXS"]; - println("hello"); } else { // Since it's optional, it succeeds if it's not there. println("goodbye");