Skip to content

Commit eb14759

Browse files
author
brentru
committed
drop log from example
1 parent 7fc15a4 commit eb14759

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/mqtt/adafruit_io_location.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def message(client, feed_id, payload):
8383
broker="io.adafruit.com",
8484
username=secrets["aio_user"],
8585
password=secrets["aio_key"],
86-
network_manager=wifi,
87-
log=True,
86+
network_manager=wifi
8887
)
8988

9089
# Initialize an Adafruit IO MQTT Client

0 commit comments

Comments
 (0)