Skip to content

Commit

Permalink
Remove unnecessary verbose logging of the oref0-subg-ww-radio-paramet… (
Browse files Browse the repository at this point in the history
#763)

* 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
  • Loading branch information
alimhassam authored and scottleibrand committed Nov 2, 2017
1 parent 2c940b0 commit 475ec02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/oref0-subg-ww-radio-parameters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 475ec02

Please sign in to comment.