summaryrefslogtreecommitdiffstats
path: root/web/react/components/command_list.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-27 21:17:45 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-27 21:17:45 +0500
commit2b55ffb026559862fabd15e02fc69ac0ecc9dd2f (patch)
tree73faa64a9df57d71eb3d0505e0ed3cc6802cf5e3 /web/react/components/command_list.jsx
parentc5fb4613a45db9913d25a84b12bef1824bcb3dd0 (diff)
downloadchat-2b55ffb026559862fabd15e02fc69ac0ecc9dd2f.tar.gz
chat-2b55ffb026559862fabd15e02fc69ac0ecc9dd2f.tar.bz2
chat-2b55ffb026559862fabd15e02fc69ac0ecc9dd2f.zip
Removing console.log from command_list
Diffstat (limited to 'web/react/components/command_list.jsx')
-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(