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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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')
}