[infra] Remove old error message

Change-Id: I1bc0dbaacb8268765c6e16c21f89b038b4a0b853
BUG: skia:12923
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/506461
Reviewed-by: Herb Derby <herb@google.com>
This commit is contained in:
Kevin Lubick 2022-02-09 14:37:04 -05:00
parent 167c959633
commit 7170ab66a7

View File

@ -34,8 +34,7 @@ $faults = Get-EventLog -LogName Application -InstanceId 1000 -EntryType Error `
-After $begin -Before $end -ErrorAction SilentlyContinue
if ($faults) {
Write-Host 'If the message below is unrelated to this run, `
please file a bug and assign to dogben.'
Write-Host 'First fault message:'
Write-Host $faults[0].Message
if ($res -eq 0) {
$res = 2