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

Commit f8540ed

Browse files
jorblancoasergiorg-hpc
authored andcommitted
Remove cout message
1 parent a2964f0 commit f8540ed

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
@@ -57,7 +57,6 @@ std::pair<std::string, int> SonataReportHandler::get_population_info(int gid) {
5757
void SonataReportHandler::register_report(const NrnThread& nt,
5858
ReportConfiguration& config,
5959
const VarsToReport& vars_to_report) {
60-
std::cout << "Registering report " << config.output_path.data() << std::endl;
6160
sonata_create_report(config.output_path.data(),
6261
config.start,
6362
config.stop,

0 commit comments

Comments
 (0)