From f088c24abef97e5d1b519cdf6c286072aaa31a0c Mon Sep 17 00:00:00 2001 From: Aman Raj Singh Mourya Date: Tue, 13 May 2025 18:15:35 +0530 Subject: [PATCH] refactor: remove debug print statements --- mobile/lib/ui/viewer/search/result/contact_result_page.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mobile/lib/ui/viewer/search/result/contact_result_page.dart b/mobile/lib/ui/viewer/search/result/contact_result_page.dart index 6a36d7ce96..21d282e108 100644 --- a/mobile/lib/ui/viewer/search/result/contact_result_page.dart +++ b/mobile/lib/ui/viewer/search/result/contact_result_page.dart @@ -59,10 +59,6 @@ class _ContactResultPageState extends State { super.initState(); files = widget.searchResult.resultFiles(); collections = widget.searchResult.resultCollections(); - debugPrint("ContactResultPage: ${collections.length}"); - for (final c in collections) { - debugPrint("ContactResultPage: ${c.displayName} ${c.owner.email}"); - } _searchResultName = widget.searchResult.name(); _filesUpdatedEvent = Bus.instance.on().listen((event) {