mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
logmessaged: remove the redundant nested print (#32872)
remove the redundant nested print
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