[ox/std] Remove oxDebug line
All checks were successful
Build / build (push) Successful in 2m13s

This commit is contained in:
2025-08-19 21:02:13 -05:00
parent 81a0b8c820
commit 0d69d0c4a2

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;