Skip to content

Commit 2e953c9

Browse files
committed
refactor: remove useless console.log
1 parent d4a28b1 commit 2e953c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/YoutubeIframe.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ const YoutubeIframe = (props, ref) => {
222222
: ''
223223
}
224224
onShouldStartLoadWithRequest={request => {
225-
console.log({request});
226225
return request.mainDocumentURL.startsWith(
227226
baseUrlOverride || defaultBaseUrl,
228227
);

0 commit comments

Comments
 (0)