remove debug statement

This commit is contained in:
Paulus Schoutsen 2015-09-20 20:24:31 -07:00
parent a866d515f7
commit ca698ff063

View file

@ -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: