Skip to content

Commit

Permalink
Remove "All done" message
Browse files Browse the repository at this point in the history
  • Loading branch information
sbscully committed Aug 17, 2024
1 parent bb095ca commit ee21d78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions opencage/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee21d78

Please sign in to comment.