Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed Sep 9, 2021
1 parent 2386103 commit 282a87b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quasardb/stats.py
Expand Up @@ -95,11 +95,8 @@ def _stat_type(stat_id):
elif async_pipeline_count_pattern.match(stat_id):
return 'gauge'
else:
print("unrecognized: {}".format(stat_id))
return None



def _calculate_delta_stat(stat_id, prev, cur):
logger.info("calculating delta for stat_id = {}, prev = {}. cur = {}".format(stat_id, prev, cur))

Expand Down

0 comments on commit 282a87b

Please sign in to comment.