Skip to content

Commit 5fcfb4b

Browse files
Remove debug prints
1 parent 792bf86 commit 5fcfb4b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/leptos/tests/visual/src/utils/use_scroll.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,8 @@ pub fn use_scroll(
117117
Some(true) => -x,
118118
_ => x,
119119
});
120-
121-
log::info!("scroll {x} {y}");
122120
}
123121

124-
log::info!("scroll update");
125-
126122
update();
127123
}
128124
};

0 commit comments

Comments
 (0)