Skip to content

Commit

Permalink
Remove spurious messages
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan authored and wwmayer committed Dec 4, 2016
1 parent fa738e3 commit 83ce64a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/TechDraw/Gui/ViewProviderViewSection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ std::vector<std::string> ViewProviderViewSection::getDisplayModes(void) const

void ViewProviderViewSection::updateData(const App::Property* prop)
{
Base::Console().Log("ViewProviderViewSection::updateData - Update View: %s\n",prop->getName());
if (prop == &(getViewObject()->ShowCutSurface) ||
prop == &(getViewObject()->CutSurfaceColor) ) {
// redraw QGIVP
Expand Down

0 comments on commit 83ce64a

Please sign in to comment.