remove console.log

This commit is contained in:
peterkogo
2025-03-27 11:01:28 +01:00
parent 5e810bc01c
commit e078c55442
-1
View File
@@ -144,7 +144,6 @@ export function createStore({
}
function fitView(options?: FitViewOptions) {
console.log('fitView Store');
// We either create a new Promise or reuse the existing one
// Even if fitView is called multiple times in a row, we only end up with a single Promise
const fitViewResolver = get(store.fitViewResolver) ?? Promise.withResolvers<boolean>();