mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
tools: don't be noisy when support info is missing
because we have other tools for that
This commit is contained in:
parent
d154fb4134
commit
d608294a14
@ -400,7 +400,7 @@ def support_info(coins, erc20_versions=None, skip_missing=False):
|
||||
continue
|
||||
|
||||
elif not skip_missing:
|
||||
log.warning("support info missing for {}".format(key))
|
||||
log.info("support info missing for {}".format(key))
|
||||
support[key] = {}
|
||||
|
||||
if erc20_versions:
|
||||
|
Loading…
Reference in New Issue
Block a user