forked from mirror/misskey
remove console.log
This commit is contained in:
parent
d73ea541bf
commit
3f6f6a49b6
@ -199,7 +199,6 @@ watch([$$(rootEl), $$(scrollObserver)], () => {
|
||||
* weakBackedがtrue→falseになったらexecuteQueue
|
||||
*/
|
||||
watch($$(weakBacked), () => {
|
||||
console.log('weakBacked', weakBacked);
|
||||
if (!weakBacked) {
|
||||
executeQueue();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user