remove extra comments

This commit is contained in:
Jeremy Wu 2021-08-07 13:26:38 +10:00 committed by GitHub
parent 235fe4aacb
commit 7778449239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,6 @@ namespace Flow.Launcher.Core.Plugin
// ReSharper disable once AccessToModifiedClosure
// Manually Check whether disposed
if (!disposed && !process.HasExited)
// ReSharper disable once AccessToDisposedClosure
process.Kill();
});