From de3f2ab4d211f496c274a726f06718c705fadaef Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 28 Nov 2024 19:08:22 +0800 Subject: [PATCH] Update mw.py --- web/core/mw.py | 1 - 1 file changed, 1 deletion(-) 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():