Removing console.log from command_list
Этот коммит содержится в:
@@ -44,8 +44,6 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
var suggestions = [];
|
var suggestions = [];
|
||||||
|
|
||||||
console.log(this.state.suggestions.length);
|
|
||||||
|
|
||||||
for (var i = 0; i < this.state.suggestions.length; i++) {
|
for (var i = 0; i < this.state.suggestions.length; i++) {
|
||||||
if (this.state.suggestions[i].suggestion != this.state.cmd) {
|
if (this.state.suggestions[i].suggestion != this.state.cmd) {
|
||||||
suggestions.push(
|
suggestions.push(
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user