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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user