We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cbf8e commit 382a248Copy full SHA for 382a248
pooler.h
@@ -8,8 +8,6 @@
8
9
#include <vector>
10
#include <cstdint>
11
-#include <iostream>
12
-
13
#include <thread>
14
#include <mutex>
15
#include <condition_variable>
@@ -197,7 +195,6 @@ class Pooler {
197
195
this->_actionCv.wait(lock, [&]{return this->_action != WAIT;});
198
196
199
if (this->_action == STOP) {
200
- //std::cout << "Stop command received\n";
201
break; // Stop the loop
202
}
203
0 commit comments