Skip to content
Snippets Groups Projects
Commit 219684e3 authored by Detailleur's avatar Detailleur
Browse files

[NRRPLT-8288] delete debug helpers

parent dc3101db
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ class SimulationService extends HttpService {
// remove the progress bar callback only, unsubscribe terminates the rosbridge
// connection for any other subscribers on the status topic
statusTopic.unsubscribe(); // fully disconnects rosbridge
statusTopic.removeAllListeners();
rosStatusTopics.delete(rosbridgeWebsocket);
}
......
......@@ -91,7 +91,6 @@ export default class ImportExperimentService extends HttpService {
}
let promises = [];
Array.from(files).forEach(file => {
console.log(file);
promises.push(
new Promise((resolve, reject) => {
let reader = new FileReader();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment