Skip to content

Commit

Permalink
Merge pull request #581 from nautobot/tsm1th-bugfix-1
Browse files Browse the repository at this point in the history
Removing erroneous print statement
  • Loading branch information
jdrew82 authored Oct 23, 2024
2 parents 4c79f3a + 6a2f446 commit 73c0048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changes/582.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed erroneous print statement in sync logs.
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 73c0048

Please sign in to comment.