0026922: Huge performance issue writing data to the output stream
[occt.git] / src / TopOpeBRepDS / TopOpeBRepDS_EdgeVertexInterference.cxx
index 0ade94d..ddb8c8d 100644 (file)
@@ -88,7 +88,7 @@ Standard_OStream& TopOpeBRepDS_EdgeVertexInterference::Dump
   (Standard_OStream& OS) const
 {
 #ifdef OCCT_DEBUG
-  OS<<"EVI"<<" ";
+  OS<<"EVI ";
   TopOpeBRepDS_ShapeShapeInterference::Dump(OS);
   OS<<" "<<myParam<<" ";
 #endif