Remove commented out code

This commit is contained in:
ktp420 2017-05-16 15:34:48 -04:00 committed by GitHub
parent 1bf4092bf3
commit 5365b37170
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ def pytest_runtest_setup():
def pytest_runtest_teardown(item):
try:
# if not(hasattr(item, '_testcase') and item._testcase):
# return
self = item._testcase
try:
if hasattr(self, 'driver') and self.driver: