mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-31 01:36:15 -04:00
ooops: remove stray debug print
This commit is contained in:
@@ -309,7 +309,6 @@ fn navigate(cmd: *CDP.Command) !void {
|
||||
const frame = bc.mainFrame() orelse return error.FrameNotLoaded;
|
||||
|
||||
const encoded_url = try URL.resolveNavigation(frame.call_arena, params.url, .{});
|
||||
std.debug.print("URL: {s}\n", .{encoded_url});
|
||||
|
||||
// Fast path: a freshly-created target whose root frame hasn't navigated
|
||||
// yet has nothing to preserve across the HTTP round-trip. Skip the
|
||||
|
||||
Reference in New Issue
Block a user