From 28b8006ec57dbbaf67660d89fc9429277990b28b Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 16 Aug 2016 10:11:55 -0700 Subject: [PATCH] removing spurious logging --- sim/state.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sim/state.ts b/sim/state.ts index 9febc82c..94b2116f 100644 --- a/sim/state.ts +++ b/sim/state.ts @@ -551,7 +551,6 @@ namespace pxsim { default: theme = pxsim.micro_bit.randomTheme(); } - console.log("setting up microbit simulator") let view = new pxsim.micro_bit.MicrobitBoardSvg({ theme: theme, runtime: runtime