From a3d5427543bef46b56c09de30e59e270eeaa2db9 Mon Sep 17 00:00:00 2001 From: carlopav <47068848+carlopav@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:57:04 +0200 Subject: [PATCH] Update src/Mod/Draft/draftguitools/gui_snaps.py Co-authored-by: Yorik van Havre --- src/Mod/Draft/draftguitools/gui_snaps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Draft/draftguitools/gui_snaps.py b/src/Mod/Draft/draftguitools/gui_snaps.py index 4f50918ae5..645ffd34f2 100644 --- a/src/Mod/Draft/draftguitools/gui_snaps.py +++ b/src/Mod/Draft/draftguitools/gui_snaps.py @@ -112,8 +112,8 @@ class Draft_Snap_Base(): def Activated(self): _log("GuiCommand: {}".format(self.command_name)) - _msg("{}".format(16*"-")) - _msg("GuiCommand: {}".format(self.command_name)) + #_msg("{}".format(16*"-")) + #_msg("GuiCommand: {}".format(self.command_name)) class Draft_Snap_Lock(Draft_Snap_Base):