Removing PUSHER_RADIO references

This commit is contained in:
James Barnsley
2017-01-09 12:54:34 +13:00
parent 6eca34b3f5
commit 07097865b9
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const localstorageMiddleware = (function(){
// append our state to a global variable. This gives us access to debug the store at any point
window._store = store
console.log(action)
//console.log(action)
switch( action.type ){

View File

@ -22,8 +22,6 @@ const PusherMiddleware = (function(){
// handle all manner of socket messages
const handleMessage = (ws, store, message) => {
console.log('handle', message)
switch (message.action){
case 'response':
if (typeof( deferredRequests[ message.request_id ]) !== 'undefined' ){