Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed May 8, 2020
1 parent 11e3a8a commit 6540dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ styfn.updateStyleHints = function(ele){
_p.labelDimsKey = util.combineHashesArray(sk.labelDimensions);

let labelKeys = propHash( ele, ['label'], sk.labelDimensions );
console.log(labelKeys);

_p.labelKey = util.combineHashesArray(labelKeys);
_p.labelStyleKey = util.combineHashesArray(util.hashArrays(sk.commonLabel, labelKeys));

Expand Down

0 comments on commit 6540dfa

Please sign in to comment.