diff --git a/src/runner/settings_window.cpp b/src/runner/settings_window.cpp index 47bb39f8af11..fc6732c7bd5d 100644 --- a/src/runner/settings_window.cpp +++ b/src/runner/settings_window.cpp @@ -223,7 +223,6 @@ void run_settings_window() // Arg 1: executable path. std::wstring executable_path = get_module_folderpath(); executable_path.append(L"\\netcoreapp3.1\\Microsoft.PowerToys.Settings.UI.Runner.exe"); - // executable_path.append(L"\\PowerToysSettings.exe"); // Arg 2: pipe server. Generate unique names for the pipes, if getting a UUID is possible. std::wstring powertoys_pipe_name(L"\\\\.\\pipe\\powertoys_runner_");