From 30788ee7fda5019fa78a59ef0917aa545034350d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 May 2010 21:48:55 +0000 Subject: [PATCH] cleanup --- Hledger/Cli/Commands/Web.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Hledger/Cli/Commands/Web.hs b/Hledger/Cli/Commands/Web.hs index 663a68ea1..e87e5dc0a 100644 --- a/Hledger/Cli/Commands/Web.hs +++ b/Hledger/Cli/Commands/Web.hs @@ -49,9 +49,6 @@ import Paths_hledger (getDataFileName) #endif import Hledger.Cli.Utils (openBrowserOn) --- import Debug.Trace --- strace :: Show a => a -> a --- strace a = trace (show a) a tcpport = 5000 :: Int homeurl = printf "http://localhost:%d/" tcpport