diff --git a/scripts/mycobot_ros.py b/scripts/mycobot_ros.py index e9daabc..9ed34a8 100755 --- a/scripts/mycobot_ros.py +++ b/scripts/mycobot_ros.py @@ -46,7 +46,6 @@ def set_angles(req): def get_angles(req): if mc: angles = mc.get_angles() - print(angles) return GetAnglesResponse(*angles)