Skip to content

Commit

Permalink
Removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlepisto committed Apr 28, 2020
1 parent 55cfc8d commit 7edc43d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/carver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ namespace carver {
energyMap.row(0).copyTo(target.row(0));

#ifdef CONCURRENT
log("Running with " +to_string(N_THREADS) + " threads");
int chunkSize = energyMap.rows / N_THREADS;
int leftOver = energyMap.rows % N_THREADS;
for (int i = 0; i < N_THREADS; i++) {
Expand Down

0 comments on commit 7edc43d

Please sign in to comment.