From cf9ad075f4a55e3e14f4ff30e456d3604eb56b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be?= Date: Sat, 28 May 2016 22:45:46 +0200 Subject: [PATCH] remove debug print --- app/Main.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index fe1af51..f24d5d2 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -106,8 +106,6 @@ main = do let serverInfo = parseServerInfo (WsServerInfo False "" 0) (wsTunnelServer cfg) - print $ parseProxyInfo (proxy cfg) - if serverMode cfg then putStrLn ("Starting server with opts " ++ show serverInfo ) >> runServer (Main.useTls serverInfo) (host serverInfo, fromIntegral $ port serverInfo) (parseRestrictTo $ restrictTo cfg)