Remove test variable

This commit is contained in:
Ebag333
2017-01-25 18:17:05 -08:00
parent 323a7060ec
commit a853ed9960

View File

@@ -399,7 +399,6 @@ class MainFrame(wx.Frame):
if format_ == 0:
sPort = Port.getInstance()
output = sPort.exportXml(None, fit)
output_test = sPort.exportXml(None, self.getActiveFit())
if '.' not in os.path.basename(path):
path += ".xml"
else: