Skip to content

Commit

Permalink
build: remove logging of croaring cpu support
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 17, 2024
1 parent 129d29a commit f6d7a66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logdata/src/logfiltereddataworker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ LogFilteredDataWorker::LogFilteredDataWorker( const LogData& sourceLogData )
: sourceLogData_( sourceLogData )
{
operationsPool_.setMaxThreadCount( 1 );
LOG_INFO << "Roaring hw " << roaring::internal::croaring_hardware_support();
}

LogFilteredDataWorker::~LogFilteredDataWorker() noexcept
Expand Down

0 comments on commit f6d7a66

Please sign in to comment.