sheesh. seriously?

This commit is contained in:
Joey Hess 2011-10-29 13:17:37 -04:00
parent 158fd0d908
commit ad3b462214
2 changed files with 1 additions and 2 deletions

View file

@ -78,7 +78,6 @@ inject source dest = do
new <- liftIO (readFile $ olddir g </> source)
Annex.Branch.change dest $ \prev ->
unlines $ nub $ lines prev ++ lines new
showProgress
logFiles :: FilePath -> Annex [FilePath]
logFiles dir = return . filter (".log" `isSuffixOf`)