Update src/Mod/Draft/draftguitools/gui_snaps.py

Co-authored-by: Yorik van Havre <yorik.vanhavre@gmail.com>
This commit is contained in:
carlopav
2021-08-30 13:57:04 +02:00
committed by GitHub
parent 522a1da541
commit a3d5427543

View File

@@ -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):