Remove leftover debug print statements in configtest.py
This commit is contained in:
parent
7b372a7b6f
commit
46420eecda
@ -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
|
||||
|
Reference in New Issue
Block a user