Removed the unwanted logging
This commit is contained in:
@@ -73,7 +73,6 @@ const app = new Vue({
|
|||||||
},
|
},
|
||||||
sendRequest() {
|
sendRequest() {
|
||||||
// Expand the Response section incase it is hidden
|
// Expand the Response section incase it is hidden
|
||||||
console.log(this.$refs.response.classList)
|
|
||||||
if (this.$refs.response.classList.contains('hidden')) {
|
if (this.$refs.response.classList.contains('hidden')) {
|
||||||
this.$refs.response.classList.toggle('hidden')
|
this.$refs.response.classList.toggle('hidden')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user