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 {
780780 private final @ NotNull FlutterApp app ;
781781 private final @ NotNull ProgressHelper progress ;
782782
783- private final AtomicReference <Stopwatch > stopwatch = new AtomicReference <>();
784-
785783 FlutterAppDaemonEventListener (@ NotNull FlutterApp app , @ NotNull Project project ) {
786784 this .app = app ;
787785 this .progress = new ProgressHelper (project );
@@ -887,8 +885,6 @@ public void onAppProgressStarting(@NotNull DaemonEvent.AppProgress event) {
887885 app .getConsole ().clear ();
888886 }
889887 }
890-
891- stopwatch .set (Stopwatch .createStarted ());
892888 }
893889
894890 if (app .getConsole () != null ) {
You can’t perform that action at this time.
0 commit comments