Skip to content

Commit

Permalink
Removed unnecessary output message.
Browse files Browse the repository at this point in the history
  • Loading branch information
odlomax committed Aug 12, 2024
1 parent 9e2a75e commit 07659b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/atlas/util/PackVectorFields.cc
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ FieldSet unpack(const FieldSet& fields, FieldSet unpackedFields) {

auto vectorIndex = 0;
for (const auto& componentFieldMetadata : componentFieldMetadataVector) {
std::cout << componentFieldMetadata << std::endl;

// Get or create field.
auto componentFieldName = std::string{};
Expand Down

0 comments on commit 07659b5

Please sign in to comment.