From 563f3b4ded294370334c822bbc229b715bc690a7 Mon Sep 17 00:00:00 2001 From: David Peters Date: Thu, 14 Mar 2024 13:14:15 +0100 Subject: [PATCH] remove unnecessary robot sync prints --- src/harbor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/harbor.py b/src/harbor.py index 2c33f9d..f5b4803 100644 --- a/src/harbor.py +++ b/src/harbor.py @@ -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)