refactor: don't show logs on camoufox process termination

This commit is contained in:
zhom
2025-08-07 00:45:36 +04:00
parent 1662c1efba
commit c1815fdfdc
-6
View File
@@ -835,12 +835,6 @@ impl ProfileManager {
if let Err(e) = app_handle.emit("profile-updated", &updated_profile) {
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)
}