mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 13:58:32 +00:00
fix[unirf]: removed leftover debug messages
This commit is contained in:
parent
432782344a
commit
9ec0835012
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue