mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 00:55:26 +02:00
remove debug statement
This commit is contained in:
@@ -25,7 +25,6 @@ def setup_scanner(hass, config, see):
|
|||||||
|
|
||||||
# Docs on available data:
|
# Docs on available data:
|
||||||
# http://owntracks.org/booklet/tech/json/#_typelocation
|
# http://owntracks.org/booklet/tech/json/#_typelocation
|
||||||
print("BIER", payload)
|
|
||||||
try:
|
try:
|
||||||
data = json.loads(payload)
|
data = json.loads(payload)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
Reference in New Issue
Block a user