log
This commit is contained in:
parent
51e270cd3c
commit
74b1a5cdd9
|
|
@ -435,7 +435,10 @@ export class NoteManager {
|
||||||
this.captureing.delete(id);
|
this.captureing.delete(id);
|
||||||
|
|
||||||
// キャプチャが終わったらcomputedキャッシュも消してしまう
|
// キャプチャが終わったらcomputedキャッシュも消してしまう
|
||||||
if (!noDeletion) this.notesComputed.delete(id);
|
if (!noDeletion) {
|
||||||
|
this.notesComputed.delete(id);
|
||||||
|
if (this.isDebuggerEnabled) console.log('NoteManager: decapture (delete computed)', id);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue