Remove obsolete trace
This commit is contained in:
parent
f37db71f0b
commit
637772a158
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ export class Stores {
|
||||||
public static ListStabilized<T>(src: Store<T[]>): Store<T[]> {
|
public static ListStabilized<T>(src: Store<T[]>): Store<T[]> {
|
||||||
const stable = new UIEventSource<T[]>(undefined)
|
const stable = new UIEventSource<T[]>(undefined)
|
||||||
src.addCallbackAndRun(list => {
|
src.addCallbackAndRun(list => {
|
||||||
console.trace("Running list stabilization", list)
|
|
||||||
if (list === undefined) {
|
if (list === undefined) {
|
||||||
stable.setData(undefined)
|
stable.setData(undefined)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue