revmoe the debug:true param from the atom launch config (#4464)

This commit is contained in:
Devon Carew 2016-06-08 12:21:45 -07:00
parent 0db04819dc
commit d3e5e48701
2 changed files with 0 additions and 4 deletions

View File

@ -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, {

View File

@ -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.