You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-5500 Remove another noisy printout. (#2886)
Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com>
This commit is contained in:
@ -149,7 +149,6 @@ uint32_t CGroupConfigurator::getNumCoresFromCGroup()
|
||||
first = last + 1;
|
||||
}
|
||||
|
||||
cout << "found " << cpus << " CPUS in the string " << cpusString << endl;
|
||||
return cpus;
|
||||
}
|
||||
|
||||
@ -179,7 +178,6 @@ uint32_t CGroupConfigurator::getNumCores()
|
||||
ret = getNumCoresFromProc();
|
||||
}
|
||||
|
||||
cout << "There are " << ret << " cores available" << endl;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user