Skip to content

Commit 14e1f85

Browse files
committed
Delete console log type
1 parent 26cef5f commit 14e1f85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/clock/index.cjsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ module.exports = React.createClass
5454

5555
# -- Render
5656
render: ->
57-
console.log @props
5857
<div className={css.root}>
5958
<div ref="wrapper" className={css.wrapper} style={height: @state.radius * 2} >
6059
{

0 commit comments

Comments
 (0)