remove console logs
This commit is contained in:
parent
64fccee69b
commit
255ba1a5d5
|
@ -4,10 +4,6 @@ import '../routes/_utils/serviceWorkerClient'
|
||||||
import '../routes/_utils/historyEvents'
|
import '../routes/_utils/historyEvents'
|
||||||
import '../routes/_utils/loadingMask'
|
import '../routes/_utils/loadingMask'
|
||||||
|
|
||||||
console.log('1')
|
|
||||||
console.log('2')
|
|
||||||
console.log('3')
|
|
||||||
|
|
||||||
loadPolyfills().then(() => {
|
loadPolyfills().then(() => {
|
||||||
console.log('init()')
|
console.log('init()')
|
||||||
// `routes` is an array of route objects injected by Sapper
|
// `routes` is an array of route objects injected by Sapper
|
||||||
|
|
Loading…
Reference in a new issue