Add version number to Network

Remove uneeded console output
This commit is contained in:
2023-07-06 17:24:35 +02:00
parent 71b88e2c65
commit c22eba3d5c
3 changed files with 2 additions and 1 deletions

View File

@@ -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;