Skip to content

Commit 2474196

Browse files
remove console.log statement
1 parent 198b421 commit 2474196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/audio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AudioPlayer extends Component<AudioPlayerProps, AudioPlayerState> {
3636

3737
constructor(props: AudioPlayerProps) {
3838
super(props);
39-
console.log(props);
39+
4040
this.state = {
4141
playing: false,
4242
duration: props.audio.duration,

0 commit comments

Comments
 (0)