Skip to content

Commit

Permalink
rm debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
abeaucha committed Oct 2, 2024
1 parent e15121b commit 0b84be5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions six/modules/c++/six/source/XMLControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ static void validate_(const xml::lite::Element& rootElement,
std::set<coda_oss::filesystem::path, decltype(comp)> uniq(foundSchemas.begin(), foundSchemas.end(), comp);
std::vector<coda_oss::filesystem::path> uniq_schemas(uniq.begin(), uniq.end());

// std::cout << spec << std::endl;
// std::cout << version << std::endl;

// Remove schema paths whose filename component do not match the spec or version
auto spec_version_filter = [spec, version](const coda_oss::filesystem::path& x) {
auto x2 = x.filename().string();
Expand Down

0 comments on commit 0b84be5

Please sign in to comment.