Skip to content

Commit 8b0b438

Browse files
authored
Update items.py
1 parent cf312b3 commit 8b0b438

File tree

1 file changed

+0
-1
lines changed
  • src/superannotate/lib/core/usecases

1 file changed

+0
-1
lines changed

src/superannotate/lib/core/usecases/items.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def execute(self):
227227
item_names=self._item_names[i : i + self.CHUNK_SIZE], # noqa: E203
228228
)
229229
if not response.ok and response.error: # User not found
230-
print(response.error)
231230
self._response.errors += response.error
232231
return self._response
233232

0 commit comments

Comments
 (0)