Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit c0abea4

Browse files
author
Claudio Ludovico Panetta
committed
Remove debug code from the main entry file
1 parent 6acf172 commit c0abea4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/carousel.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
import Vue from "vue";
2-
import VueResource from "vue-resource";
32
import {store} from "./store/store";
4-
53
import Photos from "./components/Photos.vue";
64
import Theater from "./components/Theater.vue";
75

8-
Vue.use(VueResource);
9-
Vue.config.debug = true;
10-
116
const carousel = new Vue({
127
el: "#your-application-id",
138

@@ -17,11 +12,4 @@ const carousel = new Vue({
1712
Photos,
1813
Theater
1914
},
20-
21-
mounted() {
22-
// Debug purpose
23-
if (Vue.config.debug) {
24-
console.log("Debug is on");
25-
}
26-
}
2715
});

0 commit comments

Comments
 (0)