diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-15 00:01:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-15 00:01:42 +0200 |
| commit | ced3d7e5b1a428017a1ef69beffb5dcffcc3c88e (patch) | |
| tree | 393f280322f934f600830f10db9770186ea84e64 /frontend/site/projects/museum/views/subtitles.overlay.js | |
| parent | 186b657e61d235c111cb2a5021b3a9dbd138d3ca (diff) | |
nora texts
Diffstat (limited to 'frontend/site/projects/museum/views/subtitles.overlay.js')
| -rw-r--r-- | frontend/site/projects/museum/views/subtitles.overlay.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/views/subtitles.overlay.js b/frontend/site/projects/museum/views/subtitles.overlay.js index b34b5ef..c31a2fd 100644 --- a/frontend/site/projects/museum/views/subtitles.overlay.js +++ b/frontend/site/projects/museum/views/subtitles.overlay.js @@ -31,7 +31,6 @@ class SubtitlesOverlay extends Component { } componentDidUpdate(prevProps) { - console.log((this.props.interactive && this.props.interactive !== prevProps.interactive), this.props.location.pathname !== prevProps.location.pathname) if ( (this.props.interactive && this.props.interactive !== prevProps.interactive) || this.props.location.pathname !== prevProps.location.pathname |
