diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_controller.dart index a9e17510198..7076bcf8d0c 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_controller.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_controller.dart @@ -129,7 +129,6 @@ class ProfilePaneController extends DisposableController /// Clear the current allocation profile and request an updated version from /// the VM service. Future refresh() async { - print('!!! refreshing'); final service = serviceConnection.serviceManager.service; if (service == null) return; _currentAllocationProfile.value = null;