1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 20:42:03 +00:00

fix(core): remove redundant call of initialize in protocol cache

This commit is contained in:
M1nd3r 2024-07-24 10:10:38 +02:00
parent a5fd09d230
commit ac4ede584e
2 changed files with 0 additions and 6 deletions

View File

@ -66,9 +66,6 @@ def initialize() -> None:
session.clear()
initialize()
_active_session_idx: int | None = None
_session_usage_counter = 0

View File

@ -115,9 +115,6 @@ def initialize() -> None:
session.clear()
initialize()
# THP vars
_next_unauthenicated_session_index: int = 0 # TODO remove