From 036a4ead33ba7666d760afb4cb5ae22cce067754 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 5 Oct 2016 20:16:48 +0200 Subject: [PATCH] remove playground from main.py --- src/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.py b/src/main.py index 8fc0129b41..57c1a00b4a 100644 --- a/src/main.py +++ b/src/main.py @@ -4,13 +4,11 @@ from trezor import ui from trezor import wire # Load all applications -from apps import playground from apps import homescreen from apps import management from apps import wallet # Initialize all applications -playground.boot() homescreen.boot() management.boot() wallet.boot()