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

cats: remove verbosity of exclusion layer cell removal

parent 6a7c8ad0
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ void destroy_excluded_cells(const struct cats_configuration *conf, struct cats_g ...@@ -80,7 +80,7 @@ void destroy_excluded_cells(const struct cats_configuration *conf, struct cats_g
} }
} }
log_message(LOG_INFO, "grid %d (%s): %ld cells pruned", grid->id, grid->param.species_name, log_message(LOG_INFO, "Pruning excluded cell for grid %d (%s): %ld cells pruned", grid->id, grid->param.species_name,
destroyed_cell_count); destroyed_cell_count);
} }
...@@ -89,8 +89,6 @@ void destroy_excluded_cells_all_grids(const struct cats_configuration *conf, str ...@@ -89,8 +89,6 @@ void destroy_excluded_cells_all_grids(const struct cats_configuration *conf, str
{ {
if (grid->id != 0) return; if (grid->id != 0) return;
log_message(LOG_INFO, "Pruning all excluded cells");
const int32_t grid_count = conf->grid_count; const int32_t grid_count = conf->grid_count;
struct cats_grid **parent = grid->parent; struct cats_grid **parent = grid->parent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment