comment out config behavoir since only used for prints
This commit is contained in:
@@ -95,7 +95,7 @@ runP2PRC
|
||||
|
||||
( MkP2PRCapi
|
||||
{ startServer = startServer
|
||||
, execInitConfig = execInitConfig
|
||||
-- , execInitConfig = execInitConfig
|
||||
, execListServers = execListServers
|
||||
, execMapPort = execMapPort
|
||||
}
|
||||
@@ -105,12 +105,12 @@ runP2PRC
|
||||
let
|
||||
|
||||
|
||||
configValue <- execInitConfig
|
||||
-- configValue <- execInitConfig
|
||||
|
||||
-- TODO: get name of host server from config json
|
||||
|
||||
print configValue
|
||||
putStrLn "\n\n\n"
|
||||
-- print configValue
|
||||
-- putStrLn "\n\n\n"
|
||||
|
||||
eitherStartProcessHandle <- startServer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user