mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 12:32:02 +00:00
fix(core): remove redundant call of initialize in protocol cache
This commit is contained in:
parent
a5fd09d230
commit
ac4ede584e
@ -66,9 +66,6 @@ def initialize() -> None:
|
||||
session.clear()
|
||||
|
||||
|
||||
initialize()
|
||||
|
||||
|
||||
_active_session_idx: int | None = None
|
||||
_session_usage_counter = 0
|
||||
|
||||
|
@ -115,9 +115,6 @@ def initialize() -> None:
|
||||
session.clear()
|
||||
|
||||
|
||||
initialize()
|
||||
|
||||
|
||||
# THP vars
|
||||
_next_unauthenicated_session_index: int = 0 # TODO remove
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user