From 9cbcab1cbcfd37aa07813323496fcdccc601446c Mon Sep 17 00:00:00 2001 From: Luc Claustres Date: Mon, 1 Jul 2019 15:59:04 +0200 Subject: [PATCH] Fixed typo [skip ci] --- src/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 0161ddcb..ef8ef6ab 100644 --- a/src/utils.js +++ b/src/utils.js @@ -115,7 +115,6 @@ function setupEmbedApi(routeName, component) { route = router.currentRoute component = getEmbedComponent(route) if (component) resolve() - else console.log('wainting for component') }, 100) }) clearInterval(interval)