Remove console.log

environments/review-docs-renov-k6e5t2/deployments/15309
wvffle 2022-11-13 16:00:45 +00:00
rodzic b9646be0ea
commit d2dcc541a1
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
import type { BackendError, Application } from '~/types'
import axios from 'axios'
import { ref, reactive, computed, watchEffect } from 'vue'
import { ref, reactive, computed } from 'vue'
import { computedEager } from '@vueuse/core'
import { useGettext } from 'vue3-gettext'
import { uniq } from 'lodash-es'
@ -83,10 +83,6 @@ const toggleAllScopes = (parent: typeof allScopes['value'][number]) => {
scopeArray.value = [...scopes]
}
watchEffect(() => {
console.log(scopeArray.value)
})
const scopeParents = computedEager(() => [
{
id: 'read',