remove debug statement

pull/446/head
Paulus Schoutsen 2015-09-20 20:24:31 -07:00
parent a866d515f7
commit ca698ff063
1 changed files with 0 additions and 1 deletions

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: