remove console.info

This commit is contained in:
Sean Yesmunt 2018-06-01 11:26:39 -04:00
parent 53b9e5344b
commit 86d096e56a

View file

@ -19,7 +19,6 @@ class ExternalLink extends React.PureComponent<Props> {
createLink() {
const { href, title, children, openModal, navigate } = this.props;
console.info(href);
// Regex for url protocol
const protocolRegex = new RegExp('^(https?|lbry)+:', 'i');