Skip to content

Commit

Permalink
fix: cleanup comments and test file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhowenstine authored and ImCoolNowRight committed Sep 27, 2024
1 parent 88d5234 commit 8d6d42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ export default class StyleManager extends lng.EventEmitter {
this.update();
}

/**
* Clears the style chain cache.
*/
clearStyleChainCache() {
clearStyleChainCache();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,6 @@ export const getStyleChain = componentObj => {
typeof proto === 'object' &&
proto.hasOwnProperty('constructor')
) {
if (proto.constructor.name === 'Tab') {
console.log(proto.title);
}
// ComponentConfig Level
const { style: componentConfigStyle } = getComponentConfig(proto);
if (Object.keys(componentConfigStyle || {}).length) {
Expand Down

0 comments on commit 8d6d42a

Please sign in to comment.