diff -U2 -r /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/upstream-unpacked/Source0/python-suds-0.4.1/suds/client.py /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/srpm-unpacked/python-suds-0.4.1.tar.gz-extract/python-suds-0.4.1/suds/client.py --- /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/upstream-unpacked/Source0/python-suds-0.4.1/suds/client.py 2011-02-11 17:15:19.000000000 +0100 +++ /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/srpm-unpacked/python-suds-0.4.1.tar.gz-extract/python-suds-0.4.1/suds/client.py 2010-10-15 15:46:13.000000000 +0200 @@ -623,5 +623,4 @@ nosend = self.options.nosend prettyxml = self.options.prettyxml - timer = metrics.Timer() log.debug('sending to (%s)\nmessage:\n%s', location, soapenv) try: @@ -640,8 +639,5 @@ request = Request(location, soapenv) request.headers = self.headers() - timer.start() reply = transport.send(request) - timer.stop() - metrics.log.debug('waited %s on server reply', timer) ctx = plugins.message.received(reply=reply.message) reply.message = ctx.reply diff -U2 -r /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/upstream-unpacked/Source0/python-suds-0.4.1/tests/public.py /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/srpm-unpacked/python-suds-0.4.1.tar.gz-extract/python-suds-0.4.1/tests/public.py --- /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/upstream-unpacked/Source0/python-suds-0.4.1/tests/public.py 2011-02-11 17:15:48.000000000 +0100 +++ /data/temp/rhel-reviews/python-suds-0.4.1-3.fc18/python-suds/srpm-unpacked/python-suds-0.4.1.tar.gz-extract/python-suds-0.4.1/tests/public.py 2010-04-05 21:36:54.000000000 +0200 @@ -30,5 +30,5 @@ #logging.getLogger('suds.client').setLevel(logging.DEBUG) -logging.getLogger('suds.metrics').setLevel(logging.DEBUG) +#logging.getLogger('suds.metrics').setLevel(logging.DEBUG) #logging.getLogger('suds').setLevel(logging.DEBUG)