Merge "Remove unused LOG"

This commit is contained in:
Jenkins 2013-10-02 00:41:54 +00:00 committed by Gerrit Code Review
commit 5eaa0d1e12
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
import json
import logging
from openstack_dashboard.api import heat
@ -7,9 +6,6 @@ from openstack_dashboard.dashboards.project.stacks import mappings
from openstack_dashboard.dashboards.project.stacks import sro
LOG = logging.getLogger(__name__)
class Stack(object):
pass

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from django.http import Http404 # noqa
from django.template.defaultfilters import timesince # noqa
from django.template.defaultfilters import title # noqa
@ -28,8 +26,6 @@ from heatclient import exc
from openstack_dashboard import api
from openstack_dashboard.dashboards.project.stacks import mappings
LOG = logging.getLogger(__name__)
class LaunchStack(tables.LinkAction):
name = "launch"