Skip to content

Commit

Permalink
fix: remove console.log in midas.ts metering
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Oct 13, 2020
1 parent 0b628f0 commit f7f4c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/utils/mixerConnections/productSpecific/midas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const midasMeter = (mixerIndex: number, message: any) => {
vuMeters[index] = meter.vuVal
vuReductionMeters[index] = meter.reductionVal
})
console.log('VU Val', vuMeters[0])
socketServer.emit(SOCKET_SET_ALL_VU, {
vuMeters: vuMeters,
vuReductionMeters: vuReductionMeters,
Expand Down

0 comments on commit f7f4c24

Please sign in to comment.