Remove unnecessary fields from the log statement
This commit is contained in:
parent
9b224bb355
commit
dbad2cc37f
1 changed files with 2 additions and 3 deletions
|
@ -116,9 +116,8 @@ class File {
|
|||
@override
|
||||
String toString() {
|
||||
return '''File(generatedId: $generatedID, uploadedFileId: $uploadedFileID,
|
||||
ownerID: $ownerID, collectionID: $collectionID,
|
||||
localId: $localID, title: $title, deviceFolder: $deviceFolder,
|
||||
location: $location, fileType: $fileType, creationTime: $creationTime,
|
||||
localID: $localID, ownerID: $ownerID, collectionID: $collectionID,
|
||||
fileType: $fileType, creationTime: $creationTime,
|
||||
modificationTime: $modificationTime, updationTime: $updationTime)''';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue