You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
fix: code cleanup, fix getCurrentCommand
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user