Revision: 3672
Author: pekka.klarck
Date: Sun May 30 14:10:19 2010
Log: according to svn blame this debug print has been left by....
pekka.klarck
http://code.google.com/p/robotframework/source/detail?r=3672
Modified:
/trunk/src/robot/errors.py
=======================================
--- /trunk/src/robot/errors.py Tue May 11 01:57:07 2010
+++ /trunk/src/robot/errors.py Sun May 30 14:10:19 2010
@@ -117,7 +117,6 @@
return unicode(errors[0])
lines = ['Several failures occurred:'] \
+ ['%d) %s' % (i+1, unicode(e)) for i, e in
enumerate(errors)]
- print lines
return '\n\n'.join(lines)
def get_errors(self):