mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Merge pull request #854 from lightpanda-io/remove_debug_log
remove std.debug.print
This commit is contained in:
@@ -205,7 +205,6 @@ pub const EventHandler = struct {
|
||||
const callback = (try listener.callback(target)) orelse return null;
|
||||
|
||||
if (signal) |s| {
|
||||
std.debug.print("add signal\n", .{});
|
||||
const signal_target = parser.toEventTarget(AbortSignal, s);
|
||||
|
||||
const scb = try allocator.create(SignalCallback);
|
||||
|
||||
Reference in New Issue
Block a user