fix: code cleanup, fix getCurrentCommand
This commit is contained in:
parent
cccc58b47f
commit
30b7efd585
5 changed files with 16 additions and 15 deletions
|
@ -520,9 +520,6 @@ module.exports = React.createClass({
|
|||
|
||||
_updateTabCompleteList: function() {
|
||||
var cli = MatrixClientPeg.get();
|
||||
console.log('_updateTabCompleteList');
|
||||
console.log(this.state.room);
|
||||
console.trace();
|
||||
|
||||
if (!this.state.room) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue