Temporarily disable the fix from 3247391914

Disable this until we figure out why it was running when migrating from
Extra.
This commit is contained in:
Dan Stillman 2020-03-17 22:16:00 -04:00
parent f1816c12ad
commit 8cd04e5d91

View file

@ -502,6 +502,7 @@ Zotero.Item.prototype.setType = function(itemTypeID, loadIn) {
for (let i = 0; i < this.getCreators().length; i++) {
// Remove all creators if new item type doesn't have any
if (removeAll) {
throw new Error("Disabled");
this.removeCreator(i);
i--;
continue;