do all logging in the renderer

This commit is contained in:
Feross Aboukhadijeh
2016-03-19 19:40:22 -07:00
parent afe5151e28
commit 81bb8eea7b
2 changed files with 3 additions and 9 deletions

View File

@@ -57,10 +57,6 @@ function init () {
ipcMain.on('blockPowerSave', blockPowerSave)
ipcMain.on('unblockPowerSave', unblockPowerSave)
ipcMain.on('log', function (e, message) {
console.log(message)
})
}
function setBounds (bounds) {