comment out config behavoir since only used for prints

This commit is contained in:
2025-04-25 21:23:42 +01:00
parent 805514edfa
commit 73a470e201
3 changed files with 24 additions and 20 deletions

View File

@@ -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