mirror of
https://github.com/dzid26/sunnypilot.git
synced 2026-06-08 07:44:55 +08:00
logmessaged: remove the redundant nested print (#32872)
remove the redundant nested print old-commit-hash: cec8d5a305c6dd91a9e7c965e23884ca9ed84aac
This commit is contained in:
@@ -31,7 +31,7 @@ def main() -> NoReturn:
|
||||
|
||||
if len(record) > 2*1024*1024:
|
||||
print("WARNING: log too big to publish", len(record))
|
||||
print(print(record[:100]))
|
||||
print(record[:100])
|
||||
continue
|
||||
|
||||
# then we publish them
|
||||
|
||||
Reference in New Issue
Block a user