Skip to content
Snippets Groups Projects
Commit 3ea13a74 authored by Dorian Goepp's avatar Dorian Goepp
Browse files

remove debug statement

parent 5d0936d3
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ class VideoStream extends Component {
};
this.props.ros.getTopics(function(infos){
console.debug(infos.topics)
if (undefined !== infos.topics.find(elem => elem === this.topic)) {
this.setState({url: 'http://localhost:8081/stream?topic=' + this.topic});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment