From 892346ed06636456f64514167559923e21835dda Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 26 Feb 2025 13:47:20 +0100 Subject: [PATCH] remove debug print --- seinflux.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/seinflux.py b/seinflux.py index 7e9282f..981988f 100644 --- a/seinflux.py +++ b/seinflux.py @@ -236,8 +236,6 @@ class SEHistory(InfluxDBWrapper): for key, table in inperiod.items(): nextvalue = nextrow.get(key) - if nextvalue: - print('N', key, nextvalue, table.tags) if nextvalue and not nextvalue[1]: table.append(tuple(nextvalue)) stream, instrument, device = [table.tags.get(k, '') for k in ('stream', 'instrument', 'device')]