summaryrefslogtreecommitdiffstats
path: root/webapp/dispatcher
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 12:08:05 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 12:08:11 -0400
commit517cd301d370f0db0f81219e1fdf7f89562dc0ad (patch)
treeb7132351420ad25739e346c9d34b8869688040d4 /webapp/dispatcher
parentbf636404d25e943d869a32d8fe145eaa57a64039 (diff)
downloadchat-517cd301d370f0db0f81219e1fdf7f89562dc0ad.tar.gz
chat-517cd301d370f0db0f81219e1fdf7f89562dc0ad.tar.bz2
chat-517cd301d370f0db0f81219e1fdf7f89562dc0ad.zip
Added RECEIVED_ANALYTICS action
Diffstat (limited to 'webapp/dispatcher')
-rw-r--r--webapp/dispatcher/app_dispatcher.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/dispatcher/app_dispatcher.jsx b/webapp/dispatcher/app_dispatcher.jsx
index 987bb9c6a..5e43d3ad7 100644
--- a/webapp/dispatcher/app_dispatcher.jsx
+++ b/webapp/dispatcher/app_dispatcher.jsx
@@ -9,7 +9,7 @@ const PayloadSources = Constants.PayloadSources;
const AppDispatcher = Object.assign(new Flux.Dispatcher(), {
handleServerAction: function performServerAction(action) {
if (!action.type) {
- console.log('handleServerAction called with undefined action type'); // eslint-disable-line no-console
+ console.warning('handleServerAction called with undefined action type'); // eslint-disable-line no-console
}
var payload = {
@@ -21,7 +21,7 @@ const AppDispatcher = Object.assign(new Flux.Dispatcher(), {
handleViewAction: function performViewAction(action) {
if (!action.type) {
- console.log('handleServerAction called with undefined action type'); // eslint-disable-line no-console
+ console.warning('handleViewAction called with undefined action type'); // eslint-disable-line no-console
}
var payload = {