Skip to content

Commit

Permalink
Removing PUSHER_RADIO references
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jan 8, 2017
1 parent 6eca34b commit 0709786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/js/services/localstorage/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ){

Expand Down
2 changes: 0 additions & 2 deletions src/js/services/pusher/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ){
Expand Down

0 comments on commit 0709786

Please sign in to comment.