Remove spurious message.

This commit is contained in:
2019-10-16 19:07:48 +01:00
parent 2581ba1d55
commit 8740316184

2
main.c
View File

@@ -378,8 +378,6 @@ int main()
write(cli_sock, deviceInfoResponsePacket, deviceInfoResponsePacket->hdr.len);
free(deviceInfoResponsePacket);
printf("List devices not yet implemented, skipping...\n");
continue;
case DICMOTE_PACKET_TYPE_RESPONSE_LIST_DEVICES:
case DICMOTE_PACKET_TYPE_RESPONSE_SCSI: