From f6ba5e04af99781d484ddab354e76bb695a0bef6 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 28 Mar 2021 12:28:28 +0800 Subject: [PATCH] fix stdout handling --- meshtastic/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 5da17dc..08af77c 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -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(