Skip to content

Commit

Permalink
EAMxx: Unrelated: remove left over debug print from scorpio_output.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Dec 9, 2024
1 parent 9348923 commit 8b76d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/eamxx/src/share/io/scorpio_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,6 @@ AtmosphereOutput::create_diagnostic (const std::string& diag_field_name)
for (const auto& freq : diag->get_required_field_requests()) {
const auto& fname = freq.fid.name();
if (!sim_field_mgr->has_field(fname)) {
std::cout << diag_field_name << " depends on the diag " << fname << "\n";
// This diag depends on another diag. Create and init the dependency
if (m_diagnostics.count(fname)==0) {
m_diagnostics[fname] = create_diagnostic(fname);
Expand Down

0 comments on commit 8b76d0f

Please sign in to comment.