remove console.log

This commit is contained in:
tamaina 2023-07-17 16:24:49 +00:00
parent d73ea541bf
commit 3f6f6a49b6
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ watch([$$(rootEl), $$(scrollObserver)], () => {
* weakBackedがtruefalseになったらexecuteQueue
*/
watch($$(weakBacked), () => {
console.log('weakBacked', weakBacked);
if (!weakBacked) {
executeQueue();
}