Skip to content

Commit b7ff4c8

Browse files
skandersonkmoad
authored andcommitted
Don't log batch size
1 parent 84d030e commit b7ff4c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cravat/base_annotator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def __init__(self, *inargs, **inkwargs):
9090
else:
9191
self.annotator_version = ""
9292
self.batch_size = self.conf.get('batch_size', 1)
93-
self.logger.info(f'{self.annotator_name} - batch size: {self.batch_size}')
9493
except Exception as e:
9594
self._log_exception(e)
9695

0 commit comments

Comments
 (0)