remove some uneded logging
This commit is contained in:
@@ -55,13 +55,8 @@ async function loadData() {
|
||||
orderBy: 'id'
|
||||
})
|
||||
|
||||
console.log(response)
|
||||
|
||||
characters.value = response.data.characterData
|
||||
pageCount.value = response.data.pageCount
|
||||
|
||||
console.log(characters.value)
|
||||
console.log(pageCount.value)
|
||||
}
|
||||
|
||||
function previousPage() {
|
||||
|
||||
Reference in New Issue
Block a user