From a4dc920f6b2c31cbdd2c727f1ba7550216303991 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Oct 2010 16:44:06 -0400 Subject: remove some old todos --- LocationLog.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'LocationLog.hs') 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 () -- cgit v1.2.3