Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Feb 21, 2025
1 parent 1589779 commit dc29cae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions uui-build/ts/tasks/mergeFigmaVariables/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ function calculateDiff(oldData: IFigmaVarCollection, newData: IFigmaVarCollectio
}
});

// if (newItem.id === 'VariableID:25178:7182') {
// console.log('new', newItem);
// console.log('old', oldItem);
// console.log('diff', diff.diff);
// }

if (Object.keys(diff.diff).length > 0) {
changes[newItem.id] = diff;
}
Expand Down

0 comments on commit dc29cae

Please sign in to comment.