Skip to content

Commit

Permalink
Cleanup old print
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 20, 2023
1 parent 54d4f4e commit 677824e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nebula/uart.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def start_log(self, logappend=False, force=False):
"""Trigger monitoring with UART interface"""
if not self.listen_thread_run or force:
self.listen_thread_run = True
print("STARTING UART LOG")
log.info("Launching UART listening thread")
if not self.print_to_console:
log.info("UART console saving to file: " + self.logfilename)
Expand Down

0 comments on commit 677824e

Please sign in to comment.