commit 3c4fc55c042c09cd354ebafb4876d47fee5caad0
parent c95e4e0a873719bbcddd98f13a270a786a4ea541
Author: Pollux <pollux@pollux.codes>
Date: Wed, 12 Feb 2025 12:08:49 -0600
fix: Remove debugging print statements
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/sopen.c b/sopen.c
@@ -186,9 +186,6 @@ main(int argc, char *const *argv) {
parse_args(argc, argv, &dry_run, &url_ind);
url = argv[url_ind];
- printf("%s\n", url);
- printf("%d\n", dry_run);
-
res = regcomp(&has_protocol, REGEX_PROTOCOL, REG_EXTENDED);
if(res > 0)
goto error;