From 273cccb1a687dfe7d74486def016514a7887c1f5 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 18 May 2020 20:06:58 -0400 Subject: Deleted some extraneous debug print statements. Added another image to the readme. --- protocol.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocol.f90') diff --git a/protocol.f90 b/protocol.f90 index 706f442..78f11c8 100644 --- a/protocol.f90 +++ b/protocol.f90 @@ -205,7 +205,8 @@ contains integer::past_protocol, first_slash, last_slash - Print *, "*** Requested path is '"//trim(path)//"'" + ! For debugging + ! Print *, "*** Requested path is '"//trim(path)//"'" past_protocol = index(current_url, "://") -- cgit v1.2.3