Skip to content

Commit c703cd8

Browse files
committed
little remove console
1 parent b31eab5 commit c703cd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/contentTypes/OneLineOneFile.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ function OneLineOneFile(props) {
2020
const contentTypeAudios = audios[type] || {}
2121
const contentTypeImages = images[type] || {}
2222

23-
console.log('subchapterTr', subchapterTr)
24-
25-
// console.log('audios', type, audios[type])
26-
// console.log('images', type, images[type])
27-
2823
const onUpdate = soundObject => playbackStatus => {
2924
if (!playbackStatus.isPlaying && playbackStatus.positionMillis > 0)
3025
soundObject.unloadAsync()

0 commit comments

Comments
 (0)