buildreporter: remove unused logging

This commit is contained in:
Jimmy Zelinskie 2015-02-17 17:02:37 -05:00
parent 0e69222af1
commit 1a71925125

View file

@ -1,12 +1,8 @@
import logging
from trollius import From
from util.cloudwatch import get_queue
logger = logging.getLogger(__name__)
class BuildReporter(object):
"""
Base class for reporting build statuses to a metrics service.