diff --git a/web/core/mw.py b/web/core/mw.py index 95a6f9c04..3ba9a2763 100644 --- a/web/core/mw.py +++ b/web/core/mw.py @@ -465,7 +465,6 @@ def checkDomainPanel(): ip = getHostAddr() if domain == '': - print(current_host.strip().lower(), ip.strip().lower()) if ip in ['127.0.0.1', 'localhost', '::1']: return False if current_host.strip().lower() != ip.strip().lower():