elephantrobotics / pymycobot

This is a python API for ElephantRobotics product.
MIT License
109 stars 54 forks source link

unnecessary debug print #6

Closed nisshan-x closed 3 years ago

nisshan-x commented 3 years ago

Describe the bug When I run pymycobot, unnecessary debug message appears on terminal.

���"L.jL��
12
���"L.jL��
12
���"L.jL��
12
���"L.jL��
12
���"L.jL��
12
���"L.jL��
12
���"L.jL��

To Reproduce Steps to reproduce the behavior:

  1. Update pymycobot to 2.2.0
  2. Call get_radians() and send_radians()

Expected behavior No debug message on terminal.

Desktop (please complete the following information):

Additional context I found some print in your python script. Please remove it or add debug_enable argument.

zlj-zz commented 3 years ago

Thank you for reminding me. It was my mistake. I've removed the debug information and republished it. You can go further to 2.2.1