mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Remove console.log
This commit is contained in:
parent
990f2b2e29
commit
4ca9a802e3
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ function Media({
|
||||||
type === 'unknown' &&
|
type === 'unknown' &&
|
||||||
remoteMediaURLObj &&
|
remoteMediaURLObj &&
|
||||||
/\.(mp3|ogg|wav|m4a|m4p|m4b)$/i.test(remoteMediaURLObj.pathname);
|
/\.(mp3|ogg|wav|m4a|m4p|m4b)$/i.test(remoteMediaURLObj.pathname);
|
||||||
console.log('render media', remoteMediaURL, remoteMediaURLObj, isAudioMaybe);
|
|
||||||
const isImage =
|
const isImage =
|
||||||
type === 'image' ||
|
type === 'image' ||
|
||||||
(type === 'unknown' && previewUrl && !isVideoMaybe && !isAudioMaybe);
|
(type === 'unknown' && previewUrl && !isVideoMaybe && !isAudioMaybe);
|
||||||
|
|
Loading…
Reference in a new issue