Removed the unwanted logging
This commit is contained in:
parent
d403bebfa0
commit
819e8bfecf
1 changed files with 0 additions and 1 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue