winrt: Disable temp log in RT install.
authorMark Young <marky@lunarg.com>
Tue, 31 May 2016 21:25:46 +0000 (15:25 -0600)
committerMark Young <marky@lunarg.com>
Tue, 31 May 2016 21:25:46 +0000 (15:25 -0600)
windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1

index 0fd7aa4..8a1a127 100644 (file)
@@ -48,7 +48,7 @@ New-Item -ItemType Directory -Force -Path $log | Out-Null
 $logascii=$log+"\ConfigLayersAndVulkanDLL.log"\r
 \r
 # Temp to be used for debugging failure to install issue\r
-$logascii2=$Env:Temp+"\ConfigLayersAndVulkanDLL_debug.log"\r
+#$logascii2=$Env:Temp+"\ConfigLayersAndVulkanDLL_debug.log"\r
 \r
 $log=$log+"\ConfigLayersAndVulkanDLL16.log"\r
 \r
@@ -565,7 +565,7 @@ Stop-Transcript
 Get-Content $log | Out-File -encoding ascii -filepath $logascii\r
 \r
 # Temp to be used for debugging failure to install issue (as VulkanRT folder might get removed)\r
-Get-Content $log | Out-File -encoding ascii -filepath $logascii2\r
+#Get-Content $log | Out-File -encoding ascii -filepath $logascii2\r
 \r
 \r
 # Remove the unicode log as we no longer need it.\r