Remove extra print statement
This commit is contained in:
parent
0908913fea
commit
adb6ac6164
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user