mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Disable loggers
This commit is contained in:
parent
fd0dcb5f2f
commit
0725a82b55
1 changed files with 4 additions and 3 deletions
|
|
@ -155,10 +155,11 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
async onQueryUpdate ( $event ) {
|
||||
console.log('$event', $event)
|
||||
// console.log('$event', $event)
|
||||
this.query = $event
|
||||
|
||||
|
||||
// If fetched lists have alraedy been loaded in
|
||||
// then stop
|
||||
if (this.fetchedAppList.length !== 0) return
|
||||
|
||||
const fetchedListUrls = [
|
||||
|
|
@ -175,7 +176,7 @@ export default {
|
|||
return fetchedApps
|
||||
}))
|
||||
|
||||
console.log('fetchedLists', fetchedLists)
|
||||
// console.log('fetchedLists', fetchedLists)
|
||||
|
||||
this.fetchedAppList = fetchedLists.flat(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue