summary refs log tree commit diff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net.c b/net.c
index 9a21fb2..5d68714 100644
--- a/net.c
+++ b/net.c
@@ -55,9 +55,6 @@ int net_addr(const char *url, struct addr *adr, enum protocol prot_default) {
 			perr("path too long");
 			return -1;
 		}
-		puts(adr->host);
-		puts(adr->path);
-		return -1;
 	}
 
 	return 0;