Skip to content
Snippets Groups Projects
Commit dd7b6971 authored by jackie / Andrea Ida Malkah Klaura's avatar jackie / Andrea Ida Malkah Klaura
Browse files

removed debug code from App.vue

parent b4730e28
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
<div class="content-width">
<router-view/>
</div>
<div v-on:click="consoleLog" style="background: #ad7fa8; border: 2px solid #5c3566;">debug</div>
<app-footer></app-footer>
</div>
</template>
......@@ -36,11 +35,6 @@ export default {
logged_in: true
}
}
},
methods: {
consoleLog: function () {
console.log(process.env)
}
}
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment