Remove extra print statement

This commit is contained in:
Joe Gordon 2013-09-23 23:40:45 -07:00
parent 0908913fea
commit adb6ac6164

View File

@ -54,7 +54,6 @@ class Stream(object):
for line in event['comment'].split('\n'):
if "FAILURE" in line and ("python2" in line or "pep8" in line):
# Unit Test Failure
print "SKIPPING %s" % line
found = False
break
if "FAILURE" in line and "tempest-devstack" in line: