Skip to content

Commit 8073cc3

Browse files
authored
Update voxec.h
1 parent 2de1ffe commit 8073cc3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

voxec.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,8 +1788,6 @@ namespace {
17881788

17891789
std::replace_if(name.begin(), name.end(), [](char c) { return std::isdigit(c); }, 'n');
17901790

1791-
std::cout << name << " == " << p.first << std::endl;
1792-
17931791
if (name == p.first) {
17941792
has_match = true;
17951793
IfcUtil::IfcBaseClass* val = *((IfcUtil::IfcBaseEntity*)prop)->get("NominalValue");
@@ -1814,8 +1812,6 @@ namespace {
18141812
} catch (boost::bad_get&) {
18151813
return false;
18161814
}
1817-
// v_filter = v_filter.substr(1, v_filter.size() - 2);
1818-
std::cout << v_ifc << " == " << v_filter << std::endl;
18191815
bool match = v_ifc == v_filter;
18201816
if (!match) {
18211817
return false;

0 commit comments

Comments
 (0)