Skip to content

Commit 64b9b2b

Browse files
Merge pull request #292 from karlseguin/pool_polish
Make pool self-contained, remove verbose logging, add MemoryPools...remove interfaces.zig(oops)
2 parents 5c23f1c + ecc49dc commit 64b9b2b

File tree

5 files changed

+103
-372
lines changed

5 files changed

+103
-372
lines changed

src/engines/v8/callback.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ pub const FuncSync = struct {
119119
func.index_offset,
120120
) orelse unreachable;
121121

122-
std.debug.print("idx: {d}, offset: {d}, {any}\n", .{
123-
func.callback_index.?,
124-
idx,
125-
js_func_val,
126-
});
127122
if (!js_func_val.isFunction()) {
128123
return error.JSWrongType;
129124
}

src/interfaces.zig

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)