chore: remove notes

This commit is contained in:
huzibaca
2024-11-23 06:47:43 +08:00
parent 4163ee484c
commit f2b1b88242
2 changed files with 0 additions and 4 deletions

View File

@@ -164,11 +164,9 @@ pub fn create_window() {
match window.restore_state(StateFlags::all()) {
Ok(_) => {
println!("window state restored successfully");
log::info!(target: "app", "window state restored successfully");
}
Err(e) => {
println!("failed to restore window state: {}", e);
log::error!(target: "app", "failed to restore window state: {}", e);
#[cfg(target_os = "windows")]
window