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