remove debug

This commit is contained in:
n 2019-05-19 18:57:35 +02:00
parent cfb11ee423
commit e8a82a8b9e
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ def main(host='localhost', port=8086, user='root', password='root', dbname='demo
db = InfluxDBClient(host, port, user, password, dbname)
measurements = db.get_list_measurements()
print(measurements)
if measurements != []:
lastentry = db.query('SELECT LAST("steps") FROM "steps"')