Delete the unused LOG code

Change-Id: Ief253cdd226f8c2688429b0ff00785151a99759b
This commit is contained in:
Qian Min Chen 2018-07-19 18:12:24 +08:00
parent 91b85be715
commit 261c294690
1 changed files with 0 additions and 4 deletions

View File

@ -12,15 +12,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from django.utils.translation import ugettext_lazy as _
from horizon import forms
from cloudkittydashboard.api import cloudkitty as api
LOG = logging.getLogger(__name__)
class EditPriorityForm(forms.SelfHandlingForm):
priority = forms.IntegerField(label=_("Priority"), required=True)