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

Commit 2d7e848

Browse files
committed
Remove cout message
1 parent 41c5403 commit 2d7e848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coreneuron/io/reports/sonata_report_handler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ void SonataReportHandler::register_custom_report(const NrnThread& nt,
4141
void SonataReportHandler::register_report(const NrnThread& nt,
4242
ReportConfiguration& config,
4343
const VarsToReport& vars_to_report) {
44-
std::cout << "Registering report " << config.output_path.data() << std::endl;
4544
sonata_create_report(config.output_path.data(),
4645
config.start,
4746
config.stop,

0 commit comments

Comments
 (0)