forked from MapComplete/MapComplete
Remove obsolete log
This commit is contained in:
parent
993a950458
commit
b45cfcaa18
1 changed files with 1 additions and 4 deletions
|
@ -790,10 +790,7 @@ export class UIEventSource<T> extends Store<T> implements Writable<T> {
|
|||
}
|
||||
},
|
||||
[],
|
||||
(b) => {
|
||||
console.log("Stringifying", b)
|
||||
return JSON.stringify(b) ?? ""
|
||||
}
|
||||
(b) => JSON.stringify(b) ?? ""
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue