Merge "Remove unused logging"

This commit is contained in:
Jenkins 2016-01-12 14:38:10 +00:00 committed by Gerrit Code Review
commit f9ad095aa6

View File

@ -14,13 +14,9 @@
import random
from oslo_log import log
from oslo_service import loopingcall
LOG = log.getLogger(__name__)
# TODO(JoshNang) move to oslo, i18n
class LoopingCallTimeOut(Exception):
"""Exception for a timed out LoopingCall.