GTG

Comment 1 for bug 298202

Revision history for this message
Jonathan Lange (jml) wrote : Re: Framework de debug

Je parlais Français comme une vache Espagnole!

I'm guessing that this bug is suggesting that GTG needs a debugging framework. If so, using Python's builtin 'logging' module rather than 'if DEBUG then print' might be better, since that separates the events that need logging from the manner in which they are logged.