diff --git a/Arduino/SatNOGS.ino b/Arduino/SatNOGS.ino index 1b1057a..79cac0c 100644 --- a/Arduino/SatNOGS.ino +++ b/Arduino/SatNOGS.ino @@ -197,8 +197,6 @@ void cmd_proc(int &stepAz, int &stepEl) /*Calculate the steps*/ stepEl = deg2step(angleEl); } - Serial.println(angleAz); - Serial.println(angleEl); } } /* Stop Moving */