remove console.info
This commit is contained in:
parent
53b9e5344b
commit
86d096e56a
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue