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

https://github.com/flutter/flutter/issues/129836 was closed in October.
This commit is contained in:
Jenn Magder
2024-02-01 11:48:18 -08:00
committed by GitHub
parent 89d46db775
commit 3d41ed9635

View File

@@ -999,9 +999,6 @@ class StartupTest {
'--verbose',
'--profile',
'--trace-startup',
// TODO(vashworth): Remove once done debugging https://github.com/flutter/flutter/issues/129836
if (device is IosDevice)
'--verbose-system-logs',
'--target=$target',
'-d',
device.deviceId,