diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-05-08 08:43:00 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-05-08 08:43:00 -0400 |
commit | d12d63117634c0d04da6fda65a9772469051c382 (patch) | |
tree | 381e83039961688478b7402809ef1f11a264b169 | |
parent | 17a84fb446ce904e6405305989e6d72df7df911e (diff) | |
download | LR-87-d12d63117634c0d04da6fda65a9772469051c382.tar.gz LR-87-d12d63117634c0d04da6fda65a9772469051c382.zip |
Hid a not-so-useful debugging output
-rw-r--r-- | request.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/request.f90 b/request.f90 index 2c3031b..fd6f016 100644 --- a/request.f90 +++ b/request.f90 @@ -187,7 +187,7 @@ contains allocate(character(len=length) :: server) server = url(start_server:end_server) - Print *, "server is: "//trim(server) + end if end subroutine get_server_from_url |