Remove log

This commit is contained in:
Andrew Kingston 2023-10-05 08:24:30 +01:00
parent 922a851710
commit b75c78dae5
1 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@ export const initialise = context => {
// Ensure we're updating the correct fetch
const $fetch = get(fetch)
if (!isSameDatasource($fetch?.options?.datasource, $datasource)) {
console.log("skip, different ds")
return
}
$fetch.update({
@ -107,7 +106,6 @@ export const initialise = context => {
// Ensure we're updating the correct fetch
const $fetch = get(fetch)
if (!isSameDatasource($fetch?.options?.datasource, $datasource)) {
console.log("skip, different ds")
return
}
$fetch.update({