Remove unused

This commit is contained in:
Andrew Rabert 2018-12-13 19:07:01 -05:00
parent c008e5d866
commit b6e04b08a6

View file

@ -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.