Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Nov 12, 2024
1 parent 6cb3bd4 commit 76d7b1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uui/components/typography/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export interface TextCoreProps extends uuiComponents.TextProps {
export interface TextProps extends TextCoreProps, Overwrite<TextMods, TextModsOverride> {}

function applyTextMods(mods: TextProps) {
console.log(css);
return [
css.root,
'uui-text',
Expand Down

0 comments on commit 76d7b1d

Please sign in to comment.