So many unused LOG

Bug #1231761 reported by Lawrance
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Low
Lawrance

Bug Description

In some file, we define LOG ,”LOG = logging.getLogger(__name__)“, but we never used it later, so i think we should remove these unused LOG and mkdir horizon code clean :)

# Below is provided by Akihiro Motoki
There are several number of files with unused LOG. The result of grep unused LOG (with some editing) is here:
http://paste.openstack.org/show/47557/

Lawrance (jing)
Changed in horizon:
assignee: nobody → Lawrance (jing)
Akihiro Motoki (amotoki)
Changed in horizon:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/48413
Committed: http://github.com/openstack/horizon/commit/d33f294ba960c03d3cdbf595a6d36da20618977a
Submitter: Jenkins
Branch: master

commit d33f294ba960c03d3cdbf595a6d36da20618977a
Author: lawrancejing <email address hidden>
Date: Thu Sep 26 02:32:41 2013 -0700

    Remove unused LOG

    In some files, we import logging and define
    LOG, but we never used it later, so i remove
    those unused LOG and make horizon code clean.

    Fixed: bug #1231761

    Change-Id: I1ebf0098c647e7522f5f1a93cfece7a52bdc05c1

Changed in horizon:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.