removed logging; restored minimist in package.js ignore list.

This commit is contained in:
Alberto Miranda
2016-07-29 23:01:17 -03:00
parent 91e61f6cd4
commit c637878603
2 changed files with 1 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ function renderPlayInVlcSelector (state) {
},
state.unsaved.prefs.playInVlc,
function (value) {
console.log('-- VALUE:', value)
setStateValue('playInVlc', value)
})
}