Remove console.log statements
This commit is contained in:
parent
4d42e722a3
commit
5251efd837
|
@ -40,7 +40,6 @@
|
|||
|
||||
onMount(async () => {
|
||||
if (!isEmpty(datasource)) {
|
||||
console.log(datasource)
|
||||
data = await fetchData(datasource, $store)
|
||||
|
||||
// Get schema for datasource
|
||||
|
|
|
@ -46,7 +46,6 @@ export default async function fetchData(datasource, store) {
|
|||
}
|
||||
|
||||
async function fetchViewData() {
|
||||
console.log("fetching view")
|
||||
const { field, groupBy } = datasource
|
||||
const params = new URLSearchParams()
|
||||
|
||||
|
|
Loading…
Reference in New Issue