Skip to content

Commit 4dbb95d

Browse files
committed
fix: remove eprintln code
Signed-off-by: The1111mp <The1111mp@outlook.com>
1 parent 7a41812 commit 4dbb95d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/platform/macos.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ impl<T> EventLoopExtMacOS for EventLoop<T> {
349349

350350
#[inline]
351351
fn set_dock_visibility(&mut self, visible: bool) {
352-
eprintln!("call set_dock_visibilityset_dock_visibility");
353352
unsafe {
354353
get_aux_state_mut(&**self.event_loop.delegate).dock_visibility = visible;
355354
}

0 commit comments

Comments
 (0)