diff --git a/hbs2-peer/app/Brains.hs b/hbs2-peer/app/Brains.hs index bc451b76..98da6611 100644 --- a/hbs2-peer/app/Brains.hs +++ b/hbs2-peer/app/Brains.hs @@ -135,7 +135,7 @@ instance ( Hashable (Peer e) updateOP b $ insertSize b p h size commitNow b True -- FIXME: wait-till-really-commited - sz <- liftIO $ selectBlockSize b p h + -- sz <- liftIO $ selectBlockSize b p h -- trace $ "BRAINS: onBlockSize" <+> pretty p <+> pretty h <+> pretty sz pure ()