Draft: removed degub message

This commit is contained in:
Yorik van Havre
2019-08-19 13:42:29 -03:00
parent ea97b43499
commit 89961a33d4

View File

@@ -243,7 +243,7 @@ def get3DView():
v = FreeCADGui.ActiveDocument.ActiveView
if "View3DInventor" in str(type(v)):
return v
print("Debug: Draft: Warning, not working in active view")
#print("Debug: Draft: Warning, not working in active view")
v = FreeCADGui.ActiveDocument.mdiViewsOfType("Gui::View3DInventor")
if v:
return v[0]