Commit d3e5e487 authored by Devon Carew's avatar Devon Carew

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

parent 0db04819
...@@ -30,8 +30,6 @@ String findMainDartFile([String target]) { ...@@ -30,8 +30,6 @@ String findMainDartFile([String target]) {
return targetPath; return targetPath;
} }
// TODO: split out the cli part of the UI from this class
class RunAndStayResident { class RunAndStayResident {
RunAndStayResident( RunAndStayResident(
this.device, { this.device, {
......
...@@ -3,8 +3,6 @@ type: flutter ...@@ -3,8 +3,6 @@ type: flutter
path: lib/main.dart path: lib/main.dart
flutter: flutter:
# Enable or disable debugging.
debug: true
# The starting route for the app. # The starting route for the app.
route: route:
# Additional args for the flutter run command. # Additional args for the flutter run command.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment