From a07d65c1029d312bfa6412f16f907fc0d1827e04 Mon Sep 17 00:00:00 2001 From: Brandon Pacewic <92102436+BrandonPacewic@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:45:07 -0700 Subject: [PATCH] =?UTF-8?q?Remove=20comment=20=C2=AF\=5F(=E3=83=84)=5F/?= =?UTF-8?q?=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exporter/SynthesisFusionAddin/src/UI/ConfigCommand.py | 1 - 1 file changed, 1 deletion(-) diff --git a/exporter/SynthesisFusionAddin/src/UI/ConfigCommand.py b/exporter/SynthesisFusionAddin/src/UI/ConfigCommand.py index 4ad21e342..c63bc2ca6 100644 --- a/exporter/SynthesisFusionAddin/src/UI/ConfigCommand.py +++ b/exporter/SynthesisFusionAddin/src/UI/ConfigCommand.py @@ -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