diff --git a/opencage/batch.py b/opencage/batch.py index 05ca787..111433c 100644 --- a/opencage/batch.py +++ b/opencage/batch.py @@ -41,9 +41,6 @@ async def geocode(self, input, output): if progress: progress.close() - if not self.options.quiet: - self.log("All done") - async def read_input(self, input, queue): if self.options.has_headers: next(input, None)