fix[unirf]: removed leftover debug messages

This commit is contained in:
Daniel 2022-08-24 14:36:50 +02:00
parent 432782344a
commit 9ec0835012
No known key found for this signature in database
GPG key ID: A9896FFF5A793A20

View file

@ -671,10 +671,8 @@ static bool unirfremix_send_sub(
const SubGhzProtocol* registry =
subghz_protocol_registry_get_by_name(string_get_cstr(preset->protocol));
FURI_LOG_D(TAG, "Protocol-TYPE %d", registry->type);
FURI_LOG_I(TAG, "3");
if(registry && registry->type == SubGhzProtocolTypeDynamic) {
FURI_LOG_D(TAG, " Protocol is dynamic. Updating Repeat");
FURI_LOG_I(TAG, "4");
unirfremix_save_protocol_to_file(fff_data, path);
keeloq_reset_mfname();