Skip to content

Commit 382a248

Browse files
committed
Remove iostream from the header
1 parent 32cbf8e commit 382a248

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pooler.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#include <vector>
1010
#include <cstdint>
11-
#include <iostream>
12-
1311
#include <thread>
1412
#include <mutex>
1513
#include <condition_variable>
@@ -197,7 +195,6 @@ class Pooler {
197195
this->_actionCv.wait(lock, [&]{return this->_action != WAIT;});
198196

199197
if (this->_action == STOP) {
200-
//std::cout << "Stop command received\n";
201198
break; // Stop the loop
202199
}
203200
}

0 commit comments

Comments
 (0)