remove stray console.log

This commit is contained in:
Feross Aboukhadijeh
2019-08-09 15:04:07 -07:00
parent 809beb4f81
commit 925d495b62

View File

@@ -117,8 +117,6 @@ function renderMedia (state) {
}
}
console.log('rendering src', Playlist.getCurrentLocalURL(state))
// Create the <audio> or <video> tag
const MediaTagName = state.playing.type
const mediaTag = (