power: erase entry from config menu, fixes issue #834

This commit is contained in:
Johannes Keyser 2017-06-24 23:14:19 +02:00 committed by James Valleroy
parent 234384eed3
commit 280431a7bd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -21,8 +21,6 @@ Plinth module for power controls.
from django.utils.translation import ugettext_lazy as _
from plinth.menu import main_menu
version = 1
is_essential = True
@ -36,5 +34,4 @@ description = [
def init():
"""Initialize the power module."""
menu = main_menu.get('system')
menu.add_urlname(title, 'glyphicon-off', 'power:index')
pass # not in menu, see issue #834