Skip to content

Commit

Permalink
v.in.wfs: remove an extra print copying a debug message (#4811)
Browse files Browse the repository at this point in the history
i suppose that as the same was printed and debug-messaged, it should be just debug message

* also, change the debug message to b more understandable
  • Loading branch information
pesekon2 authored Dec 7, 2024
1 parent f3405fe commit 8b5c6f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/v.in.wfs/v.in.wfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,10 @@ def main():
if flags["l"]:
wfs_url = options["url"] + "REQUEST=GetCapabilities&SERVICE=WFS"

print(wfs_url)

tmp = grass.tempfile()
tmpxml = tmp + ".xml"

grass.debug(wfs_url)
grass.debug("The request URL: {wfs_url}")

# Set user and password if given
if options["username"] and options["password"]:
Expand Down

0 comments on commit 8b5c6f9

Please sign in to comment.