Remove debug code.

v1
Agis Zisimatos 2015-01-07 00:26:53 +02:00
parent 560f143628
commit 5f63e613a3
1 changed files with 0 additions and 2 deletions

View File

@ -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 */