We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31eab5 commit c703cd8Copy full SHA for c703cd8
src/components/contentTypes/OneLineOneFile.jsx
@@ -20,11 +20,6 @@ function OneLineOneFile(props) {
20
const contentTypeAudios = audios[type] || {}
21
const contentTypeImages = images[type] || {}
22
23
- console.log('subchapterTr', subchapterTr)
24
-
25
- // console.log('audios', type, audios[type])
26
- // console.log('images', type, images[type])
27
28
const onUpdate = soundObject => playbackStatus => {
29
if (!playbackStatus.isPlaying && playbackStatus.positionMillis > 0)
30
soundObject.unloadAsync()
0 commit comments