mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
remove obsolete lastrowid assignment
This commit is contained in:
parent
265b6b990d
commit
ebeef6b2e6
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ insert or replace into notes values (?,?,?,?,?,?,?,?,?,?,?,?)""",
|
|||
self.mod, self.usn, tags,
|
||||
self.joinedFields(), sfld, csum, self.flags,
|
||||
self.data)
|
||||
self.id = res.lastrowid
|
||||
self.col.tags.register(self.tags)
|
||||
self._postFlush()
|
||||
|
||||
|
|
Loading…
Reference in a new issue