Removed the unwanted logging

This commit is contained in:
Andrew Bastin
2019-08-22 15:15:57 +05:30
committed by GitHub
parent d403bebfa0
commit 819e8bfecf

View File

@@ -73,7 +73,6 @@ const app = new Vue({
},
sendRequest() {
// Expand the Response section incase it is hidden
console.log(this.$refs.response.classList)
if (this.$refs.response.classList.contains('hidden')) {
this.$refs.response.classList.toggle('hidden')
}