Skip to content

Commit

Permalink
Removed debug print statement from ioda writer. (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
srherbener authored Jun 28, 2021
1 parent ec4e7b5 commit 987c2fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/ObsFrameWrite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ void ObsFrameWrite::copyObsIoDimCoords(const Has_Variables & srcVarContainer,
std::string dimVarName = dimVarNameObject.first;
Variable srcDimVar = srcVarContainer.open(dimVarName);
Variable destDimVar = destVarContainer.open(dimVarName);
std::cout << "DEBUG: dim var name: " << dimVarName << std::endl;

// Set up the dimension selection objects.
std::vector<Dimensions_t> srcDimShape = srcDimVar.getDimensions().dimsCur;
Expand Down

0 comments on commit 987c2fc

Please sign in to comment.