Removed trace

This commit is contained in:
axl89 2016-08-09 16:53:27 +02:00
parent 1fbf538370
commit 2d4617295f
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class TracingStreamResult(testtools.StreamResult):
elif test_status=='uxsuccess' or test_status=='success':
self.success.append(test_id)
pdb.set_trace()
elif test_status=='exists':
self.errors.append(test_id)