From 87d11c0a74e4d641157f6baa2d7b197517974225 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 17 May 2025 21:37:27 +0800 Subject: [PATCH] Remove code comments --- Flow.Launcher/PublicAPIInstance.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index 828779f0a..796f65ae6 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -349,8 +349,6 @@ namespace Flow.Launcher .Replace("%f", targetPath) }; } - - // Start the process explorer.Start(); }