Remove leftover debug print statements in configtest.py

This commit is contained in:
BBaoVanC 2020-09-15 16:35:50 -05:00
parent 7b372a7b6f
commit 46420eecda
No known key found for this signature in database
GPG Key ID: 6D74C8B0E7D791C2
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ if "ROOTURL" in checksettings:
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