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]) {
return targetPath;
}
// TODO: split out the cli part of the UI from this class
class RunAndStayResident {
RunAndStayResident(
this.device, {
......
......@@ -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.
......
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