Skip to content
Snippets Groups Projects
Commit 48cdc222 authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

butterflies: removed debug statement

parent 18dcdc70
Branches
Tags
No related merge requests found
......@@ -189,10 +189,12 @@ void butterflies_area_dispersal(struct cats_grid *grid, struct cats_thread_info
butterflies_cell_dispersal(grid, ts, row, col, false, false);
}
}
/*
if (ts->rw_debug_cells_with_adults) {
log_message(LOG_INFO, "thread %d: %ld cells with adults, %ld random walks, %ld deposits\n",
log_message(LOG_INFO, "thread %d: %ld cells with adults, %ld random walks, %ld deposits",
ts->id, ts->rw_debug_cells_with_adults, ts->rw_debug_random_walks, ts->rw_debug_deposits);
}
*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment