aboutsummaryrefslogtreecommitdiff
path: root/src/Ssb/Peer/TCP.hs
AgeCommit message (Collapse)Author
2020-05-28Make slightly less verboseHaskell Guy
Remove not needed printing to stdout and replace 'print's with putStrLn to avoid surrounding output with quotation marks.
2020-05-26initial commitHaskell Guy