From d3e5e4870177b6624675f8d52a59d7924ce10573 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 8 Jun 2016 12:21:45 -0700 Subject: [PATCH] revmoe the debug:true param from the atom launch config (#4464) --- packages/flutter_tools/lib/src/run.dart | 2 -- .../templates/create/.atom/launches.tmpl/main.yaml.tmpl | 2 -- 2 files changed, 4 deletions(-) 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.