From 4ca71c16d4a5236850701001f963a6771efffc0e Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 19 Aug 2019 13:42:29 -0300 Subject: [PATCH] Draft: removed degub message --- src/Mod/Draft/Draft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]