Remove log statement in dev server.

This commit is contained in:
Dillon Kearns 2021-06-19 22:03:13 -07:00
parent 127607961a
commit 66c6bf7063

View File

@ -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