revmoe the debug:true param from the atom launch config (#4464)
This commit is contained in:
parent
0db04819dc
commit
d3e5e48701
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user