removed useless leftover comment

This commit is contained in:
Joao Pedro 2026-08-10 22:18:02 -03:00
parent 436ae2ce48
commit 18c297f4c3

View file

@ -165,7 +165,6 @@ export function LauncherProvider({ children }: { children: React.ReactNode }) {
const unlistenClose = await listen("tauri://close-requested", async () => {
setIsWindowVisible(false);
if (config.rpcEnabled) {
// the launcher never
await RpcService.StopRPC();
}
});