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() {
|
createLink() {
|
||||||
const { href, title, children, openModal, navigate } = this.props;
|
const { href, title, children, openModal, navigate } = this.props;
|
||||||
console.info(href);
|
|
||||||
|
|
||||||
// Regex for url protocol
|
// Regex for url protocol
|
||||||
const protocolRegex = new RegExp('^(https?|lbry)+:', 'i');
|
const protocolRegex = new RegExp('^(https?|lbry)+:', 'i');
|
||||||
|
|
Loading…
Reference in a new issue