summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/editor/editor.container.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/views/editor/editor.container.js')
-rw-r--r--animism-align/frontend/app/views/editor/editor.container.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/editor/editor.container.js b/animism-align/frontend/app/views/editor/editor.container.js
index 599225a..2d4b036 100644
--- a/animism-align/frontend/app/views/editor/editor.container.js
+++ b/animism-align/frontend/app/views/editor/editor.container.js
@@ -10,7 +10,6 @@ import ViewerContainer from 'app/views/viewer/viewer.container'
export default class Router extends Component {
render() {
- console.log(this.props.match.params)
return (
<EditorGate episode_id={this.props.match.params.episode_id}>
<Route path={"/editor/:episode_id/timeline/"} component={AlignContainer} />