diff --git a/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs b/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs index f4e59f2d..8520ca61 100644 --- a/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs +++ b/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs @@ -357,7 +357,7 @@ ncqStorageRun ncq@NCQStorage{..} = flip runContT pure do stopped <- readTVarIO ncqStopped when (dumpByTime || bytes >= dumpData || flushNow || stopped) do - debug "NCQStorage: dump data!" + -- debug "NCQStorage: dump data!" liftIO $ writeJournal indexQ syncData mapM_ waitCatch [writer,indexer,refsWriter]