remove console

This commit is contained in:
Jeremy Kauffman 2017-04-20 21:11:58 -04:00
parent d5b411b572
commit a123ace686

View file

@ -14,8 +14,7 @@ const Link = (props) => {
hidden,
disabled,
} = props
console.log(props);
const className = (props.className || '') +
(!props.className && !props.button ? 'button-text' : '') + // Non-button links get the same look as text buttons
(props.button ? ' button-block button-' + props.button + ' button-set-item' : '') +