[ox/oc] Remove an oxDebug line
Some checks failed
Build / build (push) Failing after 17s

This commit is contained in:
2025-08-19 20:58:32 -05:00
parent 2b5338a9df
commit 172b5aee90

View File

@@ -181,7 +181,6 @@ Error OrganicClawReader::field(const char *key, T *val) noexcept {
}
}
} catch (Json::LogicError const&e) {
oxDebugf("JSON error: {}", e.what());
err = ox::Error(1, "error reading JSON data");
}
++m_fieldIt;