aboutsummaryrefslogtreecommitdiff
path: root/protocol.f90
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.f90')
-rw-r--r--protocol.f903
1 files changed, 2 insertions, 1 deletions
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, "://")