diff --git a/lib/core/note.dart b/lib/core/note.dart index 8080511f..595d9620 100644 --- a/lib/core/note.dart +++ b/lib/core/note.dart @@ -291,7 +291,6 @@ class Note with NotesNotifier { // FIXME: What about error handling? Future save() async { - assert(_filePath != null); assert(_data != null); assert(_data.body != null); assert(_data.props != null);