summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-04 08:03:42 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-04 08:03:42 -0800
commitdffc5323ecd9c7bc1af0ea06ef4827078f9bcd52 (patch)
treeba89623c1d1061135127431556466512662a0328 /web
parent950e25df5af624a0b06d48f28e9979a0c47a081c (diff)
downloadchat-dffc5323ecd9c7bc1af0ea06ef4827078f9bcd52.tar.gz
chat-dffc5323ecd9c7bc1af0ea06ef4827078f9bcd52.tar.bz2
chat-dffc5323ecd9c7bc1af0ea06ef4827078f9bcd52.zip
PLT-1429 Fixing code review comments
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/async_client.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/utils/async_client.jsx b/web/react/utils/async_client.jsx
index 970b1a4c0..328a7a7f2 100644
--- a/web/react/utils/async_client.jsx
+++ b/web/react/utils/async_client.jsx
@@ -787,7 +787,6 @@ export function getSuggestedCommands(command, suggestionId, component) {
});
// pull out the suggested commands from the returned data
- //const terms = matches.map((suggestion) => suggestion.trigger);
const terms = matches.map((suggestion) => suggestion.suggestion);
AppDispatcher.handleServerAction({