From d3b9b32f2193520242fecf973fd1d3c1f2254003 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Jun 2012 13:54:00 -0400 Subject: cleanup --- Command/Watch.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Command') diff --git a/Command/Watch.hs b/Command/Watch.hs index 0ee932dba..1c4f61a55 100644 --- a/Command/Watch.hs +++ b/Command/Watch.hs @@ -157,10 +157,8 @@ withStateMVar a = do {- Runs an Annex action, using the state from the MVar. -} runStateMVar :: MVar Annex.AnnexState -> Annex a -> IO a runStateMVar mvar a = do - liftIO $ putStrLn "takeMVar" startstate <- takeMVar mvar !(r, newstate) <- Annex.run startstate a - liftIO $ putStrLn "putMVar" putMVar mvar newstate return r -- cgit v1.2.3