Remove print statements
This commit is contained in:
parent
ef61145671
commit
a9f499ec67
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue