diff options
tests - start migrating mascara tests to karma
Diffstat (limited to 'mock-dev.js')
-rw-r--r-- | mock-dev.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mock-dev.js b/mock-dev.js index b6652bdf7..452fe37c5 100644 --- a/mock-dev.js +++ b/mock-dev.js @@ -96,7 +96,6 @@ function startApp(){ const container = document.createElement('div') container.id = 'app-content' body.appendChild(container) - console.log('container', container) render( h('.super-dev-container', [ |