Skip to content

Commit 2ff8214

Browse files
committed
Remove comment
1 parent 875fc67 commit 2ff8214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reportportal_client/core/log_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def __init__(self, rp_url, session, api_version, launch_id, project_name,
7575

7676
def _send_batch(self):
7777
"""Send existing batch logs to the worker."""
78-
# copy list to not modify batch by `self._batch.clear()`
7978
batch = RPLogBatch(self._batch)
8079
http_request = HttpRequest(
8180
self.session.post, self._log_endpoint, files=batch.payload,

0 commit comments

Comments
 (0)