From e32f3d8f219be3947e48a4c24769c8ab78cdf169 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Tue, 28 Nov 2023 07:35:24 -0500 Subject: [PATCH] More debugging --- source/Irrlicht/CB3DJSONMeshFileLoader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp index 26c46d41..41f597a8 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -224,7 +224,6 @@ std::tuple CB3DJSONMeshFileLoader::readChunkTEXS() { texs = JSONDataContainer["TEXS"]; } else { // Since it's optional, it succeeds if it's not there. - println("goodbye"); return {true, ""}; }