Add debug printing

This commit is contained in:
Nico Schottelius 2016-11-14 08:30:11 +01:00
commit 355eb681da
2 changed files with 6 additions and 3 deletions

View file

@ -20,7 +20,6 @@ log = logging.getLogger(__name__)
dbname="lorawan"
def db_notify(provider, payload='', deveui=''):
notify="{}:{}".format(deveui, payload)
log.debug("Notify: {} {}".format(provider, notify))