From 4985075d8a8d02b49440408b73f291b2f7835474 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Tue, 12 May 2020 10:43:17 +0100 Subject: [PATCH] Tidy up comments --- ue4-build.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ue4-build.ps1 b/ue4-build.ps1 index f87367d..74303f1 100644 --- a/ue4-build.ps1 +++ b/ue4-build.ps1 @@ -190,12 +190,6 @@ try { } } - - # Try to locate RunUAT.bat so we don't have to add UE4 version to PATH - # Most likely in - # C:\Program Files\Epic Games\UE_4.24\Engine\Build\BatchFiles - - } catch { Write-Output "ERROR: $($_.Exception.Message)" $result = 9