chore: drop test logging

This commit is contained in:
aclist 2026-04-22 23:13:11 +09:00
parent c6f1d62c73
commit 106b201804

View File

@ -143,5 +143,4 @@ def main() -> None:
use_miles, use_miles,
) )
print("All OK. Loading UI...") print("All OK. Loading UI...")
logger.critical("TEST")
App(prefs) App(prefs)