From 66c6bf7063c0017745fac238d9e524dcf1557b57 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Sat, 19 Jun 2021 22:03:13 -0700 Subject: [PATCH] Remove log statement in dev server. --- generator/src/compile-elm.js | 1 - 1 file changed, 1 deletion(-) diff --git a/generator/src/compile-elm.js b/generator/src/compile-elm.js index 9ec4c025..6c9071bd 100644 --- a/generator/src/compile-elm.js +++ b/generator/src/compile-elm.js @@ -24,7 +24,6 @@ async function spawnElmMake(elmEntrypointPath, outputPath, cwd) { .replace( "return ports ? { ports: ports } : {};", `const die = function() { - console.log('App dying') managers = null model = null stepper = null