Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenwork committed May 27, 2018
1 parent 5b15d2e commit 602f211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default function() {

// Handler to update gradient of gradient layer
webContents.on('updateGradient', stopsAsJSON => {
log(JSON.parse(stopsAsJSON))
selectedLayer.style.fills[0].gradient.stops = JSON.parse(stopsAsJSON)
})

Expand Down

0 comments on commit 602f211

Please sign in to comment.