Skip to content

Commit 282f7b5

Browse files
committed
Debug print remove
1 parent 3f1d61f commit 282f7b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reportportal_client/steps/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ def finish_nested_step(self,
6666
**kwargs):
6767
if not self.remove_parent(item_id):
6868
return
69-
result = self.client.finish_test_item(item_id, end_time, status=status)
70-
print(result)
69+
return self.client.finish_test_item(item_id, end_time, status=status)
7170

7271

7372
class Step:

0 commit comments

Comments
 (0)