mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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: {
|
methods: {
|
||||||
async onQueryUpdate ( $event ) {
|
async onQueryUpdate ( $event ) {
|
||||||
console.log('$event', $event)
|
// console.log('$event', $event)
|
||||||
this.query = $event
|
this.query = $event
|
||||||
|
|
||||||
|
// If fetched lists have alraedy been loaded in
|
||||||
|
// then stop
|
||||||
if (this.fetchedAppList.length !== 0) return
|
if (this.fetchedAppList.length !== 0) return
|
||||||
|
|
||||||
const fetchedListUrls = [
|
const fetchedListUrls = [
|
||||||
|
|
@ -175,7 +176,7 @@ export default {
|
||||||
return fetchedApps
|
return fetchedApps
|
||||||
}))
|
}))
|
||||||
|
|
||||||
console.log('fetchedLists', fetchedLists)
|
// console.log('fetchedLists', fetchedLists)
|
||||||
|
|
||||||
this.fetchedAppList = fetchedLists.flat(1)
|
this.fetchedAppList = fetchedLists.flat(1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue