remove comment

This commit is contained in:
Evgeny Poberezkin
2024-10-23 11:48:27 +01:00
parent 3d610efe1e
commit 5ed4a04f96
@@ -459,8 +459,6 @@ newJournalId g = strEncode <$> atomically (stateTVar g $ genByteString 12)
openJournals :: FilePath -> MsgQueueState -> IO (MsgQueueState, Handle, Maybe Handle)
openJournals dir st@MsgQueueState {readState = rs, writeState = ws} = do
-- TODO verify that file exists, what to do if it's not, or if its state diverges
-- TODO check current position matches state, fix if not
let rjId = journalId rs
wjId = journalId ws
openJournal rs >>= \case