Ver a proveniência

Remove debug statements

Remove console.log statements.
master
TheoryOfNekomata há 3 anos
ascendente
cometimento
0cb1687838
1 ficheiros alterados com 0 adições e 3 eliminações
  1. +0
    -3
      script.js

+ 0
- 3
script.js Ver ficheiro

@@ -97,7 +97,6 @@
})

ipcRenderer.on('pedal', (event, message) => {
console.log(message)
const [which, value, ] = message.split(':')
const pedalIds = {
64: 'sustain',
@@ -105,8 +104,6 @@
67: 'unacorda',
}

console.log(window.document.getElementById(pedalIds[which]))

window.document.getElementById(pedalIds[which]).style.opacity = value / 127 * 0.75 + 0.25
})
})(window, require('electron'))

Carregando…
Cancelar
Guardar