diff --git a/src/modules/butterflies/butterflies_actions.c b/src/modules/butterflies/butterflies_actions.c index 8356e639d295fdcc93afb9685e73e4f56696c6d0..d9e9da1f83ae1f8f6c293793c4b588829266d563 100644 --- a/src/modules/butterflies/butterflies_actions.c +++ b/src/modules/butterflies/butterflies_actions.c @@ -169,7 +169,7 @@ void initial_population_adjustment(struct cats_configuration *conf, struct cats_ log_message(LOG_IMPORTANT, "Loaded initial populations: %ld cells occupied before adjustment", init_populated_cells); if (grid->param.initial_population.set_to_cc == true) { -#define DEBUG_INITIAL_POPULATIONS 1 +//#define DEBUG_INITIAL_POPULATIONS 1 #ifdef DEBUG_INITIAL_POPULATIONS const int32_t max_i = 10; struct cats_vital_rate *cc_rate = &grid->param.carrying_capacity;