diff --git a/gui/importExport.py b/gui/importExport.py index 60ce327b5..cb7a5d234 100644 --- a/gui/importExport.py +++ b/gui/importExport.py @@ -227,7 +227,6 @@ class ExportDialog ( wx.Dialog ): def OnFileChoose( self, event ): self.filePath,ext = os.path.splitext(event.Path) - print ext self.cFileSavePicker.SetPath(self.filePath) if ext.lower() == ".xml": self.chCtrl.SetSelection(0)