You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +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