buildreporter: remove unused logging
This commit is contained in:
parent
0e69222af1
commit
1a71925125
1 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,8 @@
|
||||||
import logging
|
|
||||||
from trollius import From
|
from trollius import From
|
||||||
|
|
||||||
from util.cloudwatch import get_queue
|
from util.cloudwatch import get_queue
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class BuildReporter(object):
|
class BuildReporter(object):
|
||||||
"""
|
"""
|
||||||
Base class for reporting build statuses to a metrics service.
|
Base class for reporting build statuses to a metrics service.
|
||||||
|
|
Reference in a new issue