Remove Error message from simxiegug90.c

This commit is contained in:
Mike Black W9MDB 2024-01-13 08:25:24 -06:00
parent 79c496800e
commit 89876895de

View File

@ -69,7 +69,7 @@ frameGet(int fd, unsigned char *buf)
}
}
printf("Error %s\n", strerror(errno));
//printf("Error %s\n", strerror(errno));
return 0;
}