diff --git a/hbs2-git/git-hbs2/GitRemoteMain.hs b/hbs2-git/git-hbs2/GitRemoteMain.hs index 8acff2bf..07671b5f 100644 --- a/hbs2-git/git-hbs2/GitRemoteMain.hs +++ b/hbs2-git/git-hbs2/GitRemoteMain.hs @@ -212,7 +212,6 @@ loop args = do let pu = fmap (fromString' . BS.unpack) bra liftIO $ atomically $ writeTVar batch True pushed <- push ref pu - hPrint stderr (pretty pushed) case pushed of Nothing -> sendEol Just re -> sendLn [qc|ok {pretty re}|]