mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
Remove debug print
This commit is contained in:
@@ -367,8 +367,6 @@ bool OpenCascadeKernel::convert_impl(const taxonomy::loop::ptr loop, IfcGeom::Co
|
||||
}
|
||||
|
||||
bool OpenCascadeKernel::convert_impl(const taxonomy::edge::ptr edge, IfcGeom::ConversionResults& results) {
|
||||
edge->print(std::cout);
|
||||
|
||||
TopoDS_Wire shape = boost::get<TopoDS_Wire>(convert_curve(this, edge));
|
||||
|
||||
results.emplace_back(ConversionResult(
|
||||
|
||||
Reference in New Issue
Block a user