mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Take out debug test.
This commit is contained in:
parent
0987d89f7e
commit
c917f95c2c
@ -408,7 +408,7 @@ class BulkBase(Base):
|
||||
for book_id in book_ids:
|
||||
val = self.db.get_custom(book_id, num=self.col_id, index_is_id=True)
|
||||
new_val = self.getter(val)
|
||||
if set(val) != new_val or True:
|
||||
if set(val) != new_val:
|
||||
self.db.set_custom(book_id, new_val, num=self.col_id, notify=notify)
|
||||
else:
|
||||
val = self.getter()
|
||||
|
Loading…
x
Reference in New Issue
Block a user