diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-16 18:21:44 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-16 18:21:44 +0100 |
| commit | 6d435be9facbc5e4badc0f310c4199b113dc1aec (patch) | |
| tree | 8e5928bd5eb3a6739e13942adad46f009371e033 | |
| parent | 15d9d864b539e221c6494b3535abef724517f207 (diff) | |
log
| -rw-r--r-- | frontend/app/views/graph/components/audio.list.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/app/views/graph/components/audio.list.js b/frontend/app/views/graph/components/audio.list.js index bd8fe16..b7bf19a 100644 --- a/frontend/app/views/graph/components/audio.list.js +++ b/frontend/app/views/graph/components/audio.list.js @@ -97,7 +97,6 @@ class AudioList extends Component { const { playing, play_id } = this.state const { graph } = this.props // console.log(graph.uploads) - console.log(playing, play_id) return ( <div className='box audioList'> <div className="uploadButton"> |
