Skip to content

Commit efeca26

Browse files
committed
EAMxx: Unrelated: remove left over debug print from scorpio_output.cpp
1 parent 8eec182 commit efeca26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/eamxx/src/share/io/scorpio_output.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,6 @@ AtmosphereOutput::create_diagnostic (const std::string& diag_field_name)
13671367
for (const auto& freq : diag->get_required_field_requests()) {
13681368
const auto& fname = freq.fid.name();
13691369
if (!sim_field_mgr->has_field(fname)) {
1370-
std::cout << diag_field_name << " depends on the diag " << fname << "\n";
13711370
// This diag depends on another diag. Create and init the dependency
13721371
if (m_diagnostics.count(fname)==0) {
13731372
m_diagnostics[fname] = create_diagnostic(fname);

0 commit comments

Comments
 (0)