Skip to content

Commit

Permalink
removed premature logging call
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Sep 6, 2021
1 parent 23e95b5 commit 9e5bf29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bin/user/bloomsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
You should have received a copy of the GNU General Public License along with
this program. If not, see https://www.gnu.org/licenses/.
Version: 2.0.1 Date: 8 June 2021
Version: 2.0.2 Date: 6 September 2021
Revision History
6 September 2021 v2.0.2
- removed premature logging call
8 June 2021 v2.0.1
- fixed incorrect barometer/pressure field name in default field map
3 August 2020 v2.0.0
Expand Down Expand Up @@ -181,9 +183,6 @@
import weewx.drivers
import weewx.wxformulas

# obtain a logger object
log = logging.getLogger(__name__)

# import/setup logging, WeeWX v3 is syslog based but WeeWX v4 is logging based,
# try v4 logging and if it fails use v3 logging
try:
Expand Down Expand Up @@ -232,7 +231,7 @@ def log_traceback_info(prefix=''):


DRIVER_NAME = 'Bloomsky'
DRIVER_VERSION = "2.0.1"
DRIVER_VERSION = "2.0.2"


def loader(config_dict, engine):
Expand Down

0 comments on commit 9e5bf29

Please sign in to comment.