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