]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/FuncTorrent/Logger.hs
Clean up tracker network code
[functorrent.git] / src / FuncTorrent / Logger.hs
index 255809bde72cbda14bb9fcfeb707f4c113183104..81bc9f40ae124675d0f70dc27484a3c3ee6762d5 100644 (file)
@@ -16,7 +16,6 @@ import Control.Concurrent
 --
 -- The MVar in stop is just to ensure the logger thread executes completely
 -- Before exiting the main application.
---
 data Logger = Logger (MVar LogCommand)
 data LogCommand = Message String | Stop (MVar ())