Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hive
condenser
Commits
0f72e927
Commit
0f72e927
authored
Sep 30, 2021
by
Quoc Huy Nguyen Dinh
Browse files
Remove console.log
parent
399cbbd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/components/elements/EmbeddedPlayers/instagram.jsx
View file @
0f72e927
...
...
@@ -55,7 +55,6 @@ export function extractMetadata(data) {
if
(
!
data
)
return
null
;
const
match
=
data
.
match
(
regex
.
main
);
console
.
log
(
'
match
'
,
match
);
if
(
match
)
{
const
url
=
match
[
0
];
const
id
=
match
[
1
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment