Remove no longer needed line in _template.py

This commit is contained in:
Florian Festi 2019-07-12 00:48:26 +02:00
parent 6ae8acd568
commit a38254667c
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ from boxes import *
class BOX(Boxes): # Change class name!
"""DESCRIPTION"""
webinterface = False # Change to make visible in web interface
ui_group = "Unstable" # see ./__init__.py for names
def __init__(self):