Skip to content

Commit 044b46a

Browse files
committed
chore: 移除无用日志
1 parent 5d92472 commit 044b46a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/project_graph/src/stage.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ impl Stage {
7070

7171
ui.input(|i| {
7272
let zoom = i.zoom_delta();
73-
log::debug!("Zoom delta: {}", zoom);
7473
if zoom != 1.0 {
7574
if let Some(mouse_pos) = i.pointer.hover_pos() {
7675
let old_zoom = self.camera.zoom();

0 commit comments

Comments
 (0)