diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-17 16:44:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-17 16:44:06 -0400 |
commit | a4dc920f6b2c31cbdd2c727f1ba7550216303991 (patch) | |
tree | 1be896cae36fc4adb5eaa698438d3866cd44b7ac /LocationLog.hs | |
parent | a020b0c25c4e7c2e14d685eac8c4d3aa0e1fef8a (diff) |
remove some old todos
Diffstat (limited to 'LocationLog.hs')
-rw-r--r-- | LocationLog.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LocationLog.hs b/LocationLog.hs index c0d6170b2..4a5fe449c 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -112,7 +112,6 @@ appendLog file line = do createDirectoryIfMissing True (parentDir file) withFileLocked file AppendMode $ \h -> hPutStrLn h $ show line - -- TODO git add log {- Writes a set of lines to a log file -} writeLog :: FilePath -> [LogLine] -> IO () |