diff --git a/src/Mod/Draft/Draft.py b/src/Mod/Draft/Draft.py index f4b5fc9cf8..cfa5ace232 100644 --- a/src/Mod/Draft/Draft.py +++ b/src/Mod/Draft/Draft.py @@ -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]