Commit ecd632b3 authored by Gary Hodgson's avatar Gary Hodgson Committed by Guillaume Seguin

removed debug log mode

parent b3452e1a
...@@ -839,7 +839,7 @@ class SettingsFrame(wx.Frame): ...@@ -839,7 +839,7 @@ class SettingsFrame(wx.Frame):
if __name__ == "__main__": if __name__ == "__main__":
provider = wx.SimpleHelpProvider() provider = wx.SimpleHelpProvider()
wx.HelpProvider_Set(provider) wx.HelpProvider_Set(provider)
a = wx.App(redirect=True,filename="mylogfile.txt") #a = wx.App(redirect=True,filename="mylogfile.txt")
#a = wx.App() a = wx.App()
SettingsFrame(None).Show() SettingsFrame(None).Show()
a.MainLoop() a.MainLoop()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment