From 1d3e60830d72967ce9369c4747471d0991ab3a1b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Jan 2014 15:09:03 -0400 Subject: [PATCH] remove debug print --- Assistant/Upgrade.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assistant/Upgrade.hs b/Assistant/Upgrade.hs index fd71897cad..aaf6a8478b 100644 --- a/Assistant/Upgrade.hs +++ b/Assistant/Upgrade.hs @@ -276,7 +276,6 @@ deleteFromManifest dir = do removeEmptyRecursive :: FilePath -> IO () removeEmptyRecursive dir = do - print ("remove", dir) mapM_ removeEmptyRecursive =<< dirContents dir void $ tryIO $ removeDirectory dir