Skip to content
Snippets Groups Projects
Commit 4b7bbaaf authored by Joakim Skogø Langvand's avatar Joakim Skogø Langvand
Browse files

Remove debug output

parent b5b6b50f
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,6 @@ namespace jlworkers {
/* Start the main thread
*/
void Workers::start() {
std::cout << "Starting worker thread, " << m_maxThreadCount
<< " thread(s)\n";
m_running = true;
m_runnerThread = std::thread([this] {
while (m_running) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment