fix(mobile): remove debug description text

This commit is contained in:
Alex 2023-10-12 13:23:41 -05:00
parent e57c926676
commit 7e9fc4aa97
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
2 changed files with 1 additions and 2 deletions

View file

@ -169,4 +169,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382
COCOAPODS: 1.11.3
COCOAPODS: 1.12.1

View file

@ -376,7 +376,6 @@ class ExifBottomSheet extends HookConsumerWidget {
child: CircularProgressIndicator.adaptive(),
),
),
Text(exifInfo?.description ?? ""),
const SizedBox(height: 8.0),
buildLocation(),
SizedBox(height: hasCoordinates(exifInfo) ? 16.0 : 0.0),