debug: removed obsolete info
This commit is contained in:
parent
aee8756c5c
commit
39e41ae3d1
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ class DebugPageState extends State<DebugPage> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final Map<String, List<ImageEntry>> byMimeTypes = groupBy(entries, (entry) => entry.mimeType);
|
||||
final catalogued = entries.where((entry) => entry.isCatalogued);
|
||||
final withGps = catalogued.where((entry) => entry.hasGps);
|
||||
final located = withGps.where((entry) => entry.isLocated);
|
||||
|
@ -50,7 +49,6 @@ class DebugPageState extends State<DebugPage> {
|
|||
Text('infoMapZoom: ${settings.infoMapZoom}'),
|
||||
const Divider(),
|
||||
Text('Entries: ${entries.length}'),
|
||||
...byMimeTypes.keys.map((mimeType) => Text('- $mimeType: ${byMimeTypes[mimeType].length}')),
|
||||
Text('Catalogued: ${catalogued.length}'),
|
||||
Text('With GPS: ${withGps.length}'),
|
||||
Text('With address: ${located.length}'),
|
||||
|
|
Loading…
Reference in a new issue