aboutsummaryrefslogtreecommitdiff
path: root/protocol.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-05-18 20:06:58 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-05-18 20:06:58 -0400
commit273cccb1a687dfe7d74486def016514a7887c1f5 (patch)
tree992eddae6cd344a8bd0cab8454212b10f91a13eb /protocol.f90
parente391a711db7f20e29eb1172bd1db4b94c09ca518 (diff)
downloadLR-87-273cccb1a687dfe7d74486def016514a7887c1f5.tar.gz
LR-87-273cccb1a687dfe7d74486def016514a7887c1f5.zip
Deleted some extraneous debug print statements. Added another image to the readme.
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, "://")