Removed a debug leftover

This commit is contained in:
HomeWorld
2010-10-18 15:57:28 +03:00
parent a60f65ed2e
commit 0dedfa9223

View File

@@ -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)