remove debug print

This commit is contained in:
2025-02-26 13:47:20 +01:00
parent e2122fb3a0
commit 892346ed06

View File

@ -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')]