mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-25 13:50:51 +02:00
refactor: don't show logs on camoufox process termination
This commit is contained in:
@@ -835,12 +835,6 @@ impl ProfileManager {
|
|||||||
if let Err(e) = app_handle.emit("profile-updated", &updated_profile) {
|
if let Err(e) = app_handle.emit("profile-updated", &updated_profile) {
|
||||||
println!("Warning: Failed to emit profile update event: {e}");
|
println!("Warning: Failed to emit profile update event: {e}");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only log once when the process actually stops (when we had a PID but now don't)
|
|
||||||
println!(
|
|
||||||
"Camoufox process has stopped for profile '{}'",
|
|
||||||
profile.name
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
Ok(false)
|
Ok(false)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user