removed some debugging statements

master
Jan Danielzick 2021-05-09 23:13:40 +02:00
parent ca119f9815
commit 920a000304
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ void runCommand1Arg(char command, uint8_t argument0){
void runCommand2Arg(char command, uint8_t argument0, uint8_t argument1){
switch (command) {
case 'm': // set pin mode
Serial.print(argument0);
Serial.print(argument1);
if (argument0 >= NUM_DIGITAL_PINS) Serial.print("e");
else if ((char)argument1=='i') {