Skip to content

Commit

Permalink
Remove show-flutter-logs from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenert committed Nov 8, 2024
1 parent 4ab8e3b commit cc04824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/patrol_cli/lib/src/commands/develop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class DevelopCommand extends PatrolCommand {
usesWaitOption();
usesPortOptions();
usesTagsOption();
usesShowFlutterLogs();
usesHideTestSteps();

usesUninstallOption();
Expand Down Expand Up @@ -246,7 +245,7 @@ class DevelopCommand extends PatrolCommand {
uninstall: uninstall,
device: device,
openDevtools: boolArg('open-devtools'),
showFlutterLogs: boolArg('show-flutter-logs'),
showFlutterLogs: false,
hideTestSteps: boolArg('hide-test-steps'),
);

Expand Down

0 comments on commit cc04824

Please sign in to comment.