We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de1ffe commit 8073cc3Copy full SHA for 8073cc3
voxec.h
@@ -1788,8 +1788,6 @@ namespace {
1788
1789
std::replace_if(name.begin(), name.end(), [](char c) { return std::isdigit(c); }, 'n');
1790
1791
- std::cout << name << " == " << p.first << std::endl;
1792
-
1793
if (name == p.first) {
1794
has_match = true;
1795
IfcUtil::IfcBaseClass* val = *((IfcUtil::IfcBaseEntity*)prop)->get("NominalValue");
@@ -1814,8 +1812,6 @@ namespace {
1814
1812
} catch (boost::bad_get&) {
1815
1813
return false;
1816
}
1817
- // v_filter = v_filter.substr(1, v_filter.size() - 2);
1818
- std::cout << v_ifc << " == " << v_filter << std::endl;
1819
bool match = v_ifc == v_filter;
1820
if (!match) {
1821
0 commit comments