mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
remove debug statement
This commit is contained in:
parent
a866d515f7
commit
ca698ff063
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user