File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
flutter-idea/src/io/flutter/run/daemon Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -780,8 +780,6 @@ class FlutterAppDaemonEventListener implements DaemonEvent.Listener {
780
780
private final @ NotNull FlutterApp app ;
781
781
private final @ NotNull ProgressHelper progress ;
782
782
783
- private final AtomicReference <Stopwatch > stopwatch = new AtomicReference <>();
784
-
785
783
FlutterAppDaemonEventListener (@ NotNull FlutterApp app , @ NotNull Project project ) {
786
784
this .app = app ;
787
785
this .progress = new ProgressHelper (project );
@@ -887,8 +885,6 @@ public void onAppProgressStarting(@NotNull DaemonEvent.AppProgress event) {
887
885
app .getConsole ().clear ();
888
886
}
889
887
}
890
-
891
- stopwatch .set (Stopwatch .createStarted ());
892
888
}
893
889
894
890
if (app .getConsole () != null ) {
You can’t perform that action at this time.
0 commit comments