Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Draft: removed degub message
  • Loading branch information
yorikvanhavre committed Aug 19, 2019
1 parent ea97b43 commit 89961a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/Draft.py
Expand Up @@ -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]
Expand Down

0 comments on commit 89961a3

Please sign in to comment.