Remove prints

This commit is contained in:
2025-10-12 21:40:20 -04:00
parent d6da3cd31b
commit 3abe3095e6
4 changed files with 0 additions and 15 deletions

View File

@@ -59,7 +59,6 @@ pub fn main() !void {
if (r.len > 0) r else "Hello darkness my old friend",
dest,
);
// std.debug.print("Sent: {s}\n", .{r});
return;
} else if (res.args.connect) |c| {
if (false) {