From d3c2f5c7b148c0a8fcd6d6b44069709d595b92cb Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 30 Jan 2007 23:00:33 +0100 Subject: [PATCH] [svn r37639] Not sure why this was here... :| --HG-- branch : trunk --- py/doc/conftest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/py/doc/conftest.py b/py/doc/conftest.py index 9414bd8a7..066ceb6d8 100644 --- a/py/doc/conftest.py +++ b/py/doc/conftest.py @@ -98,10 +98,7 @@ class DoctestText(py.test.Item): linesep = '\r' else: linesep = '\r\n' - print 'linesep:', repr(linesep) s = s.replace(linesep, '\n') - self.fspath.write(s) - print 's:', repr(s) return s class LinkCheckerMaker(py.test.collect.Collector):