mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Remove debugging
This commit is contained in:
@ -222,7 +222,6 @@ std::tuple<bool, std::string> 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");
|
||||
|
Reference in New Issue
Block a user