Skip to content

Commit

Permalink
Use a single loop for logging costs
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar R. M. <[email protected]>
  • Loading branch information
laurentS and edgarrmondragon authored Jun 19, 2022
1 parent f76e9bf commit ad0c448
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions singer_sdk/tap_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,7 @@ def sync_all(self) -> None:

stream.sync()
stream.finalize_state_progress_markers()

for stream in self.streams.values():
stream.log_sync_costs()

# Command Line Execution

@classproperty
Expand Down

0 comments on commit ad0c448

Please sign in to comment.