Skip to content

Commit

Permalink
remove unnecessary robot sync prints
Browse files Browse the repository at this point in the history
  • Loading branch information
peters-david committed Mar 14, 2024
1 parent 7c595bc commit 563f3b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/harbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ async def sync_robot_accounts(target_robots: [Robot]):
target_robot.name.upper().replace("-", "_")
)
# Modify existing robot
print(full_robot_name)
print(current_robot_names)
if full_robot_name in current_robot_names:
robot_id = current_robot_id[
current_robot_names.index(full_robot_name)
Expand Down

0 comments on commit 563f3b4

Please sign in to comment.