Skip to content

Commit

Permalink
refactor: remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCpp committed Apr 1, 2021
1 parent d4a28b1 commit 2e953c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/YoutubeIframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ const YoutubeIframe = (props, ref) => {
: ''
}
onShouldStartLoadWithRequest={request => {
console.log({request});
return request.mainDocumentURL.startsWith(
baseUrlOverride || defaultBaseUrl,
);
Expand Down

0 comments on commit 2e953c9

Please sign in to comment.