Skip to content

Commit

Permalink
#2842 Cleanup debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Apr 25, 2024
1 parent f25dd19 commit 07e4209
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libcode/vx_regrid/vx_regrid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ to_data.set_accum (from_data.accum());
//
// copy data
//
cout << " DEBUG HS met_regrid_generic() to_grid.nx()=" << to_grid.nx() << ", to_grid.ny()=" << to_grid.ny()<< "\n";
for (xt=0; xt<(to_grid.nx()); ++xt) {
cout << " DEBUG HS met_regrid_generic() xt=" << xt<< "\n";

for (yt=0; yt<(to_grid.ny()); ++yt) {

Expand All @@ -161,7 +159,6 @@ cout << " DEBUG HS met_regrid_generic() xt=" << xt<< "\n";
} // for yt

} // for xt
cout << " DEBUG HS met_regrid_generic() to_grid.nx()=" << to_grid.nx() << ", to_grid.ny()=" << to_grid.ny()<< " -- Done\n";

//
// done
Expand Down

0 comments on commit 07e4209

Please sign in to comment.