Skip to content

Commit

Permalink
Remove comment ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonPacewic authored Aug 21, 2024
1 parent 66fcf3b commit a07d65c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/SynthesisFusionAddin/src/UI/ConfigCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def notify(self, args):
design = gm.app.activeDocument.design

name_split: list[str] = design.rootComponent.name.split(" ")
# gm.ui.messageBox("Name Split: " + name_split[0] " " + name_split[1], "Synthesis: Info")
if len(name_split) < 2:
gm.ui.messageBox("Please open the robot design you would like to export", "Synthesis: Error")
return
Expand Down

0 comments on commit a07d65c

Please sign in to comment.