chore(logging): Don't log "icon created" message

macos-click-through
Serg Tereshchenko 3 years ago
parent caf9e35726
commit d5404299ee

@ -227,7 +227,6 @@ pub fn create_window(
}
Icon::from_rgba(rgba, width, height).expect("Failed to create icon object")
};
log::info!("icon created");
let event_loop = EventLoop::new();

Loading…
Cancel
Save