Skip to content

Commit afc8c69

Browse files
authored
Merge pull request #854 from lightpanda-io/remove_debug_log
remove std.debug.print
2 parents faf21c5 + 1df47fd commit afc8c69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/browser/events/event.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ pub const EventHandler = struct {
205205
const callback = (try listener.callback(target)) orelse return null;
206206

207207
if (signal) |s| {
208-
std.debug.print("add signal\n", .{});
209208
const signal_target = parser.toEventTarget(AbortSignal, s);
210209

211210
const scb = try allocator.create(SignalCallback);

0 commit comments

Comments
 (0)