Skip to content

Commit 5a1f9b9

Browse files
committed
remove stray debugging logs
1 parent 4bead3d commit 5a1f9b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/species.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,8 +1413,6 @@ slim_tick_t Species::_InitializePopulationFromTextFile(const char *p_file, Eidos
14131413
int haplosome_index = first_haplosome_index + is_individual_index_repeat;
14141414
Haplosome &haplosome = *(ind->haplosomes_[haplosome_index]);
14151415

1416-
std::cout << "for chromosome index " << (unsigned int)chromosome_index << " individual identifier " << sub << " parsed to subpop id " << subpop_id << " and individual index " << individual_index << ", is_individual_index_repeat == " << is_individual_index_repeat << ", haplosome_index " << haplosome_index << std::endl;
1417-
14181416
if (haplosome.chromosome_index_ != chromosome->index_)
14191417
EIDOS_TERMINATION << "ERROR (Species::_InitializePopulationFromTextFile): (internal error) haplosome does not belong to the focal chromosome." << EidosTerminate();
14201418

@@ -1485,8 +1483,6 @@ slim_tick_t Species::_InitializePopulationFromTextFile(const char *p_file, Eidos
14851483
current_mutrun = haplosome.WillModifyRun_UNSHARED(current_mutrun_index, mutrun_context);
14861484
}
14871485

1488-
std::cout << " adding mutation with identifier " << sub << ", mutation ID " << mutation << ", existing count " << current_mutrun->size() << std::endl;
1489-
14901486
current_mutrun->emplace_back(mutation);
14911487
}
14921488
while (iss >> sub);

0 commit comments

Comments
 (0)