Skip to content

Commit

Permalink
Update src/interface/state_descriptor.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Roberts <lfroberts@lanl.gov>
  • Loading branch information
jdolence and lroberts36 authored Aug 15, 2023
1 parent 811e08e commit 1da52bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interface/state_descriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ StateDescriptor::GetVariableNames(const std::vector<std::string> &req_names,
auto &name = p.first;
auto &pool = p.second;
auto &meta = pool.shared_metadata();
printf("checking %s\n", name.c_str());
if (MetadataUtils::MatchFlags(flags, meta)) {
printf("matched flag\n");
for (const auto &s : pool.pool()) {
Expand Down

0 comments on commit 1da52bb

Please sign in to comment.