From 49d74e498ef8e1d4ddfd9ceb84059a546fcd7ad3 Mon Sep 17 00:00:00 2001 From: Peter Ombodi Date: Mon, 3 Aug 2026 17:13:22 +0300 Subject: [PATCH] fix(mobile): cleanup code --- .../presentation/widgets/asset_viewer/bottom_bar.widget.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart b/mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart index c7761fbf00..3da35c18ea 100644 --- a/mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart +++ b/mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart @@ -30,8 +30,6 @@ class ViewerBottomBar extends ConsumerWidget { @override Widget build(BuildContext context, WidgetRef ref) { - - debugPrint('ViewerBottomBar,ViewerBottomBar ViewerBottomBar'); final asset = ref.watch(assetViewerProvider.select((s) => s.currentAsset)); if (asset == null) { return const SizedBox.shrink();