Skip to content

Commit 9b3aae9

Browse files
committed
Remove console logs
1 parent 9f86081 commit 9b3aae9

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

public/js/chunks/85.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/gravity.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/gravity.js": "/js/gravity.js?id=eb67f0508a620aea2df6",
2+
"/js/gravity.js": "/js/gravity.js?id=37103c1f3215c830f2b5",
33
"/css/gravity.css": "/css/gravity.css?id=88cf59977307f36f5f29"
44
}

resources/js/pages/Customize.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@
201201
},
202202
203203
onLoadIframe(event) {
204-
console.log('onLoadIframe')
205-
206204
const iframe = this.$refs.iframe
207205
const url = iframe.contentWindow.location.toString()
208206
@@ -229,8 +227,6 @@
229227
if (this.history[this.history.length + this.current] == this.url) {
230228
this.current = this.current + 1
231229
}
232-
233-
console.log(this.history)
234230
},
235231
236232
parseURL(url) {

0 commit comments

Comments
 (0)