summaryrefslogtreecommitdiff
path: root/frontend/actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/actions.js')
-rw-r--r--frontend/actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/actions.js b/frontend/actions.js
index fcbb6fc..31e0a52 100644
--- a/frontend/actions.js
+++ b/frontend/actions.js
@@ -13,6 +13,6 @@ export default
])
.map(p => [p[0], bindActionCreators(p[1], store.dispatch)])
.concat([
- ['socket', socketActions],
+ // ['socket', socketActions],
])
.reduce((a,b) => (a[b[0]] = b[1])&&a,{}) \ No newline at end of file