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");