summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/react/components/command_list.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/react/components/command_list.jsx b/web/react/components/command_list.jsx
index 8f8f9d08d..27264ff6e 100644
--- a/web/react/components/command_list.jsx
+++ b/web/react/components/command_list.jsx
@@ -44,8 +44,6 @@ module.exports = React.createClass({
var suggestions = [];
- console.log(this.state.suggestions.length);
-
for (var i = 0; i < this.state.suggestions.length; i++) {
if (this.state.suggestions[i].suggestion != this.state.cmd) {
suggestions.push(