remove empty_with_no_proto from console, since it isn't empty

This commit is contained in:
Karl Seguin
2026-02-07 07:26:02 +08:00
parent 57fb167a9c
commit aea2b3c8e5

View File

@@ -167,7 +167,6 @@ pub const JsApi = struct {
pub const prototype_chain = bridge.prototypeChain();
pub var class_id: bridge.ClassId = undefined;
pub const empty_with_no_proto = true;
};
pub const trace = bridge.function(Console.trace, .{});