From 3ea13a74945aee8cc92856d839b6d3882af0974b Mon Sep 17 00:00:00 2001 From: Dorian Goepp <dorian.goepp@gmail.com> Date: Thu, 18 Apr 2019 16:07:51 +0200 Subject: [PATCH] remove debug statement --- src/VideoStream/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/VideoStream/index.js b/src/VideoStream/index.js index 830b39a..905a480 100644 --- a/src/VideoStream/index.js +++ b/src/VideoStream/index.js @@ -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}); } -- GitLab