Prep for 3.0.0 release

This commit is contained in:
Benjamin Lannon 2021-05-29 11:29:09 -04:00
commit 1f8a700551
5 changed files with 8 additions and 11 deletions

View file

@ -96,10 +96,6 @@ function diffLabels(oldLabels, newLabels) {
oldLabel.color !== newLabel.color ||
(typeof newLabel.description !== 'undefined' && oldLabel.description !== newLabel.description)
) {
console.log('update')
console.log({ oldLabel })
console.log({ newLabel })
// UPDATE
labelModList.push({ type: "update", label: newLabel });
}