Skip to content

Commit cc3625a

Browse files
committed
style(core): [styled] remove console.log
1 parent 7ff79fd commit cc3625a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/styled.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function baseStyled(target: string | InstanceType<any>, propsDefinition: Record<
3030
styles: TemplateStringsArray,
3131
...expressions: (ExpressionType | ExpressionType[])[]
3232
): StyledComponentType {
33-
console.log(expressions)
3433
const cssStringsWithExpression = insertExpressions(styles, expressions)
3534
return createStyledComponent(cssStringsWithExpression)
3635
}

0 commit comments

Comments
 (0)