mirror of
https://github.com/meshtastic/python.git
synced 2026-09-16 07:20:23 -04:00
fix stdout handling
This commit is contained in:
1 parent
9963587eb4
commit
f6ba5e04af
1 file changed
-2
@@ -474,8 +474,6 @@ def common():
|
||||
|
||||
if not args.seriallog:
|
||||
args.seriallog = "none" # assume no debug output in this case
|
||||
else:
|
||||
args.seriallog = "stdout" # default to stdout
|
||||
|
||||
if args.deprecated != None:
|
||||
logging.error(
|
||||
|
||||
Reference in new issue
Block a user