Remove logging

This commit is contained in:
Tom Moor
2019-03-09 18:43:40 -08:00
parent 24bf3766bf
commit f11bba6b63

View File

@@ -15,7 +15,6 @@ export default class Mindmeister extends React.Component<Props> {
static ENABLED = [URL_REGEX];
render() {
console.log(this.props.matches);
const chartId = this.props.matches[3];
return (