Adding temp debug statement

This commit is contained in:
Benjamin Lannon 2018-12-12 19:37:04 -05:00
commit 8da24fba11

View file

@ -74,6 +74,8 @@ function diffLabels(oldLabels, newLabels) {
const oldLabel = oldLabels.filter(l => l.name === oLabel)[0];
const newLabel = newLabels.filter(l => l.name === oLabel)[0];
console.log({ oldLabel, newLabel });
if (
oldLabel.color !== newLabel.color ||
oldLabel.description !== newLabel.description