Remove unnecessary debug output
This commit is contained in:
parent
e28f330711
commit
4ea4cefaf2
@ -37,7 +37,6 @@ defaultMain :: (Show env, Read env)
|
||||
defaultMain load getApp = do
|
||||
config <- load
|
||||
app <- getApp config
|
||||
print $ appHost config
|
||||
runSettings defaultSettings
|
||||
{ settingsPort = appPort config
|
||||
, settingsHost = appHost config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user