More debugging

This commit is contained in:
jordan4ibanez 2023-11-28 07:35:24 -05:00
parent ad20f19864
commit e32f3d8f21
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ std::tuple<bool, std::string> CB3DJSONMeshFileLoader::readChunkTEXS() {
texs = JSONDataContainer["TEXS"];
} else {
// Since it's optional, it succeeds if it's not there.
println("goodbye");
return {true, ""};
}