Skip to content

Commit

Permalink
Removing erroneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm1th authored Oct 23, 2024
1 parent 4c79f3a commit cd750d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautobot_ssot/jobs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def record_memory_trace(step: str):
self.logger.info("As `dryrun` is set, skipping the actual data sync.")
else:
self.logger.info("Syncing from %s to %s...", self.source_adapter, self.target_adapter)
print("I'm executing the sync now")
self.execute_sync()
execute_sync_time = datetime.now()
self.sync.sync_time = execute_sync_time - calculate_diff_time
Expand Down

0 comments on commit cd750d6

Please sign in to comment.