From 475ec027b5c05e011ceb277853f03ada3106511f Mon Sep 17 00:00:00 2001 From: alimhassam Date: Thu, 2 Nov 2017 19:53:40 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20unnecessary=20verbose=20logging=20of?= =?UTF-8?q?=20the=20oref0-subg-ww-radio-paramet=E2=80=A6=20(#763)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove unnecessary verbose logging of the oref0-subg-ww-radio-parameters. This logs every line being executed, which is probably overkill and fills the pump loop logs. * Commenting out set -x per @pietergit's recommendation --- bin/oref0-subg-ww-radio-parameters.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/oref0-subg-ww-radio-parameters.sh b/bin/oref0-subg-ww-radio-parameters.sh index 6407c0c52..eeb6a511a 100755 --- a/bin/oref0-subg-ww-radio-parameters.sh +++ b/bin/oref0-subg-ww-radio-parameters.sh @@ -14,7 +14,8 @@ SUBG_RFSPY_DIR=$HOME/src/subg_rfspy ################################################################################ set -e -set -x +# use set -x to debug oref0 ww pump communication errors +# set -x echo echo The CC111x is located at $SERIAL_PORT