From 51d17a2cac280f1f1b5e287d2c605dda0c039d6c Mon Sep 17 00:00:00 2001 From: ReturnFI <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 30 Nov 2025 21:02:18 +0000 Subject: [PATCH] comment out print statements --- core/scripts/hysteria2/masquerade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/scripts/hysteria2/masquerade.py b/core/scripts/hysteria2/masquerade.py index 4e71a55..6b4a92a 100644 --- a/core/scripts/hysteria2/masquerade.py +++ b/core/scripts/hysteria2/masquerade.py @@ -86,10 +86,10 @@ def main(): action = sys.argv[1] if action == "1": - print("Enabling 'masquerade' with type string...") + # print("Enabling 'masquerade' with type string...") enable_masquerade() elif action == "2": - print("Removing 'masquerade' from config.json...") + # print("Removing 'masquerade' from config.json...") remove_masquerade() elif action == "status": get_status()