Add version number to Network
Remove uneeded console output
This commit is contained in:
@@ -100,7 +100,6 @@ namespace bayesnet {
|
||||
if (maxThreadsRunning < 1) {
|
||||
maxThreadsRunning = 1;
|
||||
}
|
||||
cout << "Using " << maxThreadsRunning << " threads" << " maxThreads: " << maxThreads << endl;
|
||||
vector<thread> threads;
|
||||
mutex mtx;
|
||||
condition_variable cv;
|
||||
|
Reference in New Issue
Block a user