From 219fc8ac35be3d3b9acb8c80ff2d36f317e62ac7 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 28 Jul 2022 21:30:23 +0100 Subject: [PATCH] Remove print statements --- threshold | 2 -- 1 file changed, 2 deletions(-) diff --git a/threshold b/threshold index edf71da..32c4a39 100755 --- a/threshold +++ b/threshold @@ -56,8 +56,6 @@ relay_ssl = getenv("THRESHOLD_RELAY_SSL", main.config["RelayAPI"]["UseSSL"]) in api_enabled = getenv("THRESHOLD_API_ENABLED", main.config["API"]["Enabled"]) in trues api_address = getenv("THRESHOLD_API_HOST", main.config["API"]["Address"]) api_port = int(getenv("THRESHOLD_API_PORT", main.config["API"]["Port"])) -print("API PORT", api_port) -print("ENV PORT", getenv("THRESHOLD_API_PORT")) if __name__ == "__main__": listener = ServerFactory()