Skip to content

Commit

Permalink
Update profile_pane_controller.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Apr 28, 2024
1 parent 7fb2681 commit 26b3560
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class ProfilePaneController extends DisposableController
/// Clear the current allocation profile and request an updated version from
/// the VM service.
Future<void> refresh() async {
print('!!! refreshing');
final service = serviceConnection.serviceManager.service;
if (service == null) return;
_currentAllocationProfile.value = null;
Expand Down

0 comments on commit 26b3560

Please sign in to comment.