remove debug print
This commit is contained in:
@ -236,8 +236,6 @@ class SEHistory(InfluxDBWrapper):
|
|||||||
|
|
||||||
for key, table in inperiod.items():
|
for key, table in inperiod.items():
|
||||||
nextvalue = nextrow.get(key)
|
nextvalue = nextrow.get(key)
|
||||||
if nextvalue:
|
|
||||||
print('N', key, nextvalue, table.tags)
|
|
||||||
if nextvalue and not nextvalue[1]:
|
if nextvalue and not nextvalue[1]:
|
||||||
table.append(tuple(nextvalue))
|
table.append(tuple(nextvalue))
|
||||||
stream, instrument, device = [table.tags.get(k, '') for k in ('stream', 'instrument', 'device')]
|
stream, instrument, device = [table.tags.get(k, '') for k in ('stream', 'instrument', 'device')]
|
||||||
|
Reference in New Issue
Block a user