minor bug fixes

This commit is contained in:
Rohit
2019-06-07 01:57:40 -04:00
parent 622b0d9490
commit 33d1233613
2 changed files with 1 additions and 2 deletions

View File

@@ -146,7 +146,6 @@ ros.on('connection', function() {
});
ros.on('close', function() {
try { throw Error('') } catch(err) { console.log(err) }
console.log('Connection closed.');
ros.connected = false;