electron-event-flux
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -132,3 +132,2 @@ 'use strict'; | ||
console.log(util.inspect(action, { showHidden: false, depth: null })); | ||
mainClient.sendToRenderer(client, JSON.stringify(action)); | ||
@@ -135,0 +134,0 @@ }); |
@@ -75,4 +75,2 @@ 'use strict'; | ||
this.state = objectMerge(this.state, updated, deleted); | ||
var util = require('util'); | ||
console.log(util.inspect(this.state, { showHidden: false, depth: null })); | ||
this.sendUpdate(); | ||
@@ -79,0 +77,0 @@ } |
{ | ||
"name": "electron-event-flux", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "Redux store which synchronizes between instances in multiple process", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -67,3 +67,2 @@ import AppStore from 'event-flux/lib/AppStore'; | ||
console.log(util.inspect(action, {showHidden: false, depth: null})) | ||
mainClient.sendToRenderer(client, JSON.stringify(action)); | ||
@@ -70,0 +69,0 @@ }); |
@@ -32,6 +32,4 @@ import AppStore from 'event-flux/lib/AppStore'; | ||
this.state = objectMerge(this.state, updated, deleted); | ||
const util = require('util') | ||
console.log(util.inspect(this.state, {showHidden: false, depth: null})) | ||
this.sendUpdate(); | ||
} | ||
} |
133259
51
2870