Remove redundant Demobox from web interface

This commit is contained in:
Florian Festi 2016-06-30 11:52:17 +02:00
parent f3062a106f
commit d9efb53fc5
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ boxes.ArgumentParser = ThrowingArgumentParser # Evil hack
class BServer:
def __init__(self):
self.boxes = {
"DemoBox" : boxes.DemoBox(),
"Box" : box.Box(),
"Box2" : box2.Box(),
"Box3" : box3.Box(),