From c119d08dc1b965e1b0edf9c8888d2a8c1dd310c9 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Fri, 22 Jul 2022 16:14:52 +0800 Subject: [PATCH] Remove unused field --- app/lib/entity/file.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/lib/entity/file.dart b/app/lib/entity/file.dart index c54e8761..aaeda21a 100644 --- a/app/lib/entity/file.dart +++ b/app/lib/entity/file.dart @@ -524,8 +524,6 @@ extension FileExtension on File { /// hashCode to be used with [compareServerIdentity] int get identityHashCode => (fileId ?? path).hashCode; - - static final _log = Logger("entity.file.FileExtension"); } class FileServerIdentityComparator {