Delete the unused LOG code

Change-Id: Id2169c1f9131e1bbcd0ad18f2189ad5df273dbcb
This commit is contained in:
Qian Min Chen 2018-07-20 10:26:26 +08:00
parent c6d1225686
commit d47837b942
1 changed files with 0 additions and 4 deletions

View File

@ -12,14 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from django.urls import reverse
from django.utils.translation import ugettext_lazy as _
from horizon import tables
LOG = logging.getLogger(__name__)
def get_policy_url(obj):
return reverse('horizon:admin:policies:detail', args=(obj['policy_name'],))