mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +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' &&
|
||||
remoteMediaURLObj &&
|
||||
/\.(mp3|ogg|wav|m4a|m4p|m4b)$/i.test(remoteMediaURLObj.pathname);
|
||||
console.log('render media', remoteMediaURL, remoteMediaURLObj, isAudioMaybe);
|
||||
const isImage =
|
||||
type === 'image' ||
|
||||
(type === 'unknown' && previewUrl && !isVideoMaybe && !isAudioMaybe);
|
||||
|
|
Loading…
Reference in a new issue