commit cb7b7fe47e882187db766280e3ed6b56a660d221
parent 02e188390046640eee9d0a8db83231c1f1768e06
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;