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 Feb 14, 2022
1 parent 06f1000 commit 3469f1e
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 @@ -41,7 +41,6 @@ void SonataReportHandler::register_custom_report(const NrnThread& nt,
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 3469f1e

Please sign in to comment.