Skip to content

Commit 298627f

Browse files
committed
Remove debug message
1 parent 440bf02 commit 298627f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instana/meter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def process(self):
134134
ss = None
135135
cm = self.collect_metrics()
136136

137-
l.debug("snapshot_countdown is:", str(self.snapshot_countdown))
138137
if self.snapshot_countdown == 0:
139138
self.snapshot_countdown = self.SNAPSHOT_PERIOD
140139
ss = self.collect_snapshot()

0 commit comments

Comments
 (0)