Skip to content

Commit 44577e2

Browse files
committed
clean up comment
1 parent 215a3f3 commit 44577e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Packages/Passport/Runtime/Scripts/Private/Helpers/WindowsDeepLink.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ private static void RegisterProtocol(string protocolName)
259259

260260
// Set command to launch the script with the URI parameter
261261
var scriptLocation = GetGameExecutablePath(".cmd");
262-
//string command = $"cmd.exe /c \"\"{scriptLocation}\" \"%1\"\"";
263262
string command = $"\"{scriptLocation}\" \"%1\"";
264263
uint commandSize = (uint)((command.Length + 1) * 2);
265264

0 commit comments

Comments
 (0)