[ox/std] Remove oxDebug line

(synced from 0d69d0c4a2)
This commit is contained in:
2025-08-19 21:02:13 -05:00
parent 8c4dbbfee6
commit 6e06ad50dd
-1
View File
@@ -337,7 +337,6 @@ OX_CLANG_NOWARN_END
oxExpect(si["asdf"], 0);
oxAssert(si["aoeu"] == 100, "aoeu != 100");
auto si2 = si;
oxDebugf("{}", si2["asdf"]);
oxExpect(si2["asdf"], 0);
oxAssert(si2["aoeu"] == 100, "aoeu != 100");
ox::HashMap<int, int> ii;