Skip to content

Commit df522e8

Browse files
committed
removed unnecessary log
1 parent 5face32 commit df522e8

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)