[ox/oc] Remove an oxDebug line

(synced from 172b5aee90)
This commit is contained in:
2025-08-19 20:58:32 -05:00
parent 7fe4b3174c
commit ce4a375809
-1
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;