summaryrefslogtreecommitdiff
path: root/urlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'urlopen.c')
-rw-r--r--urlopen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/urlopen.c b/urlopen.c
index efe7b41..14e47e1 100644
--- a/urlopen.c
+++ b/urlopen.c
@@ -137,7 +137,6 @@ getext(char *url)
while (t != NULL)
{
upper(t);
- printf("checking %s vs %s\n", t, p);
if (strcmp(t, p) == 0)
{
ret = i;