diff --git a/packages/flutter_tools/lib/src/run.dart b/packages/flutter_tools/lib/src/run.dart index 7d95e0cd59..969bbd0f27 100644 --- a/packages/flutter_tools/lib/src/run.dart +++ b/packages/flutter_tools/lib/src/run.dart @@ -30,8 +30,6 @@ String findMainDartFile([String target]) { return targetPath; } -// TODO: split out the cli part of the UI from this class - class RunAndStayResident { RunAndStayResident( this.device, { diff --git a/packages/flutter_tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl b/packages/flutter_tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl index 926c290db2..a5c5332bf3 100644 --- a/packages/flutter_tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl +++ b/packages/flutter_tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl @@ -3,8 +3,6 @@ type: flutter path: lib/main.dart flutter: - # Enable or disable debugging. - debug: true # The starting route for the app. route: # Additional args for the flutter run command.