Skip to content

Commit cf7149f

Browse files
committed
fix: rm unneccesary print message
1 parent ed7aef6 commit cf7149f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mamonsu/plugins/pgsql/bgwriter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class BgWriter(Plugin):
4444
]
4545

4646
def run(self, zbx):
47-
#print(self.plugin_config('interval'))
4847
params = [x[0] for x in self.Items]
4948
result = Pooler.query(self.query.format(
5049
', '.join(params)))

0 commit comments

Comments
 (0)