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, ""}; }