Skip to content

Commit cd0df1e

Browse files
authored
Merge pull request #481 from superannotateai/1254_empty_log_message
removed unnecessary log
2 parents 5face32 + df522e8 commit cd0df1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,6 @@ def download_export(
12851285
)
12861286
if response.errors:
12871287
raise AppException(response.errors)
1288-
logger.info(response.data)
12891288

12901289
def set_project_workflow(
12911290
self, project: Union[NotEmptyStr, dict], new_workflow: List[dict]

0 commit comments

Comments
 (0)