Remove debugging

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

View File

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