mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
Remove a debug print
This commit is contained in:
@@ -96,7 +96,6 @@ fn report(reason: []const u8) !void {
|
||||
"-fsSL",
|
||||
url[0 .. url.len - 1 :0],
|
||||
};
|
||||
std.debug.print("*{s}*\n", .{argv[2].?});
|
||||
|
||||
const result = std.c.fork();
|
||||
switch (result) {
|
||||
|
||||
Reference in New Issue
Block a user