code cleanup

This commit is contained in:
Aria Moradi 2021-05-12 10:20:01 +04:30
parent 320d7e2536
commit b9ea8c5f74

View File

@ -109,7 +109,6 @@ fun applicationSetup() {
// socks proxy settings
if (serverConfig.socksProxyEnabled) {
// System.getProperties()["proxySet"] = "true"
System.getProperties()["socksProxyHost"] = serverConfig.socksProxyHost
System.getProperties()["socksProxyPort"] = serverConfig.socksProxyPort
logger.info("Socks Proxy is enabled to ${serverConfig.socksProxyHost}:${serverConfig.socksProxyPort}")