Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeCAD
FreeCAD
Commits
fb2f381c
Commit
fb2f381c
authored
Dec 20, 2012
by
jriegel
Browse files
remove some loging for release
parent
b9584f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Mod/Part/Gui/ViewProviderExt.cpp
View file @
fb2f381c
...
...
@@ -860,9 +860,10 @@ void ViewProviderPartExt::updateVisual(const TopoDS_Shape& inputShape)
Base
::
Console
().
Error
(
"Cannot compute Inventor representation for the shape of %s.
\n
"
,
pcObject
->
getNameInDocument
());
}
// printing some informations
Base
::
Console
().
Log
(
"ViewProvider update time: %f s
\n
"
,
Base
::
TimeInfo
::
diffTimeF
(
start_time
,
Base
::
TimeInfo
()));
Base
::
Console
().
Log
(
"Shape tria info: Faces:%d Edges:%d Nodes:%d Triangles:%d IdxVec:%d
\n
"
,
nbrFaces
,
nbrEdges
,
nbrNodes
,
nbrTriangles
,
nbrLines
);
# ifdef FC_DEBUG
// printing some informations
Base
::
Console
().
Log
(
"ViewProvider update time: %f s
\n
"
,
Base
::
TimeInfo
::
diffTimeF
(
start_time
,
Base
::
TimeInfo
()));
Base
::
Console
().
Log
(
"Shape tria info: Faces:%d Edges:%d Nodes:%d Triangles:%d IdxVec:%d
\n
"
,
nbrFaces
,
nbrEdges
,
nbrNodes
,
nbrTriangles
,
nbrLines
);
# endif
VisualTouched
=
false
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment