Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Remove cout message
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Mar 9, 2022
1 parent c39e34d commit f82e920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coreneuron/io/reports/sonata_report_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ std::pair<std::string, int> SonataReportHandler::get_population_info(int gid) {
void SonataReportHandler::register_report(const NrnThread& nt,
ReportConfiguration& config,
const VarsToReport& vars_to_report) {
std::cout << "Registering report " << config.output_path.data() << std::endl;
sonata_create_report(config.output_path.data(),
config.start,
config.stop,
Expand Down

0 comments on commit f82e920

Please sign in to comment.