Revert "temp log for more info about semid_ds fail"

This reverts commit fb50a548f7.
This commit is contained in:
Laytan Laats
2025-11-08 21:27:06 +01:00
parent a852b6512c
commit 8f2a268c2f

View File

@@ -53,8 +53,6 @@ execute_struct_checks :: proc(t: ^testing.T) {
defer delete(odin_buf)
odin_out := get_output(t, &odin_buf, #directory + "/structs/odin_structs", nil)
log.infof("C:\n%s\n\nOdin: %s", c_out, odin_out)
testing.expectf(t, c_out == odin_out, "The C output and Odin output differ!\nC output:\n%s\n\n\n\nOdin Output:\n%s", c_out, odin_out)
/* ----------- HELPERS ----------- */