remove debug print
This commit is contained in:
parent
3cbb366ebc
commit
1d3e60830d
1 changed files with 0 additions and 1 deletions
|
@ -276,7 +276,6 @@ deleteFromManifest dir = do
|
||||||
|
|
||||||
removeEmptyRecursive :: FilePath -> IO ()
|
removeEmptyRecursive :: FilePath -> IO ()
|
||||||
removeEmptyRecursive dir = do
|
removeEmptyRecursive dir = do
|
||||||
print ("remove", dir)
|
|
||||||
mapM_ removeEmptyRecursive =<< dirContents dir
|
mapM_ removeEmptyRecursive =<< dirContents dir
|
||||||
void $ tryIO $ removeDirectory dir
|
void $ tryIO $ removeDirectory dir
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue