Skip to content

Commit

Permalink
remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywalker committed Aug 6, 2020
1 parent cec25ca commit d9f40eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiskr/wsprnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def upload(self, spots):
resp = s.post("http://wsprnet.org/post", files=postfiles, params=params, timeout=300)

if resp.status_code == 200:
print(resp.text)
#print(resp.text)
break

# TODO: handle with retry
Expand Down

0 comments on commit d9f40eb

Please sign in to comment.