mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
Remove unused
This commit is contained in:
parent
c008e5d866
commit
b6e04b08a6
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ SETTINGS_KEY = 'sprockets.mixins.metrics.statsd'
|
|||
class StatsdMixin:
|
||||
"""Mix this class in to record metrics to a Statsd server."""
|
||||
|
||||
def initialize(self):
|
||||
super().initialize()
|
||||
|
||||
def record_timing(self, duration, *path):
|
||||
"""Record a timing.
|
||||
|
||||
|
|
Loading…
Reference in a new issue