7 Jun
2006
7 Jun
'06
11:48 a.m.
--On 7. Juni 2006 08:50:41 -0230 Rocky Burt <rocky@serverzen.com> wrote:
On Wed, 2006-07-06 at 12:04 +0200, Stefan H. Holek wrote:
I use this to set debug-mode off:
# Switch off debug mode import App.config config = App.config.getConfiguration() config.debug_mode = 0 App.config.setConfiguration(config)
Oh wow, this trick should come in handy. Thanks Stefan!
Cheers to Mr. Testing Andreas