Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Remove leftover debug print statements in configtest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Sep 15, 2020
1 parent 7b372a7 commit 46420ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
pass
else:
rooturl_good = False
print(settings.ROOTURL)
print(settings.ROOTURL.startswith("https://"))
print("[!] ROOTURL does not start with `http://` or `https://`! This may cause issues!")
if not settings.ROOTURL.endswith("/"):
rooturl_good = False
Expand Down

0 comments on commit 46420ee

Please sign in to comment.