Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 2514:091711fb2f8c
Initial logging integration: replace all debug prints with logging calls...
...clean up and replace some with info() logs.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 02 Jul 2004 05:22:09 +0000 |
| parents | b81c9679f5de |
| children | ff02e9851592 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Thu Jul 01 03:55:47 2004 +0000 +++ b/roundup/cgi/client.py Fri Jul 02 05:22:09 2004 +0000 @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.180 2004-06-22 23:35:16 richard Exp $ +# $Id: client.py,v 1.181 2004-07-02 05:22:09 richard Exp $ """WWW request handler (also used in the stand-alone server). """ @@ -105,8 +105,6 @@ def __init__(self, instance, request, env, form=None, translator=None): # re-seed the random number generator random.seed() - if __debug__: - hyperdb.traceMark() self.start = time.time() self.instance = instance self.request = request
