SubLink: fix error suppression that was disabled for debugging

This commit is contained in:
DeepSOIC 2016-01-08 18:43:07 +03:00
parent 045b7133f1
commit ad2ef5bdf0

View File

@ -280,7 +280,6 @@ def CreateSubLink(object, subnames):
pass #something unexpected, pass through unchanged
subnames[i] = subname
except Exception:
raise#fixme: remove!!
pass
FreeCADGui.addModule("lattice2SubLink")
FreeCADGui.addModule("lattice2Executer")