Remove unused LOG

delete unused LOG in some files

Change-Id: I38f2a91d2e6b24b14e1d46fd8e9a5f87ea2f3171
This commit is contained in:
gecong1973
2016-08-29 10:03:33 +08:00
parent f42106ca34
commit 249cd11533
3 changed files with 0 additions and 8 deletions

View File

@@ -17,12 +17,8 @@
import abc
import six
from oslo_log import log
from watcher.common.loader import loadable
LOG = log.getLogger(__name__)
@six.add_metaclass(abc.ABCMeta)
class Goal(loadable.Loadable):