Unverified Commit 3d41ed96 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Remove verbose-system-logs on iOS perf tests (#142739)

https://github.com/flutter/flutter/issues/129836 was closed in October.
parent 89d46db7
...@@ -999,9 +999,6 @@ class StartupTest { ...@@ -999,9 +999,6 @@ class StartupTest {
'--verbose', '--verbose',
'--profile', '--profile',
'--trace-startup', '--trace-startup',
// TODO(vashworth): Remove once done debugging https://github.com/flutter/flutter/issues/129836
if (device is IosDevice)
'--verbose-system-logs',
'--target=$target', '--target=$target',
'-d', '-d',
device.deviceId, device.deviceId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment