suppression log de debug

This commit is contained in:
fpeters 2004-01-08 17:59:45 +00:00
parent b72e6890d2
commit 5b67ee8fbc
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ class WebTestCase(MinimalTestCase, httpsession.HTTPSession):
url = '%s://%s%s' % (self.protocol, self.hostName, path)
url = url.replace('&', '&') # TODO: everything
req = httpsession.HTTPSession.post(self, url)
open('/tmp/posts', 'a+').write('%s\n\n' % keywords)
for k, v in keywords.items():
req.add_param(k, v)
self.handle_req(req)