Prep for 3.0.0 release
This commit is contained in:
parent
847b8a89ca
commit
1f8a700551
5 changed files with 8 additions and 11 deletions
4
index.js
4
index.js
|
@ -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 });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue