remove noisy log entry

This commit is contained in:
Nuwan 2025-06-15 03:39:08 +05:30
parent 82bc1c408b
commit 5ff7b049ce
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ rest = context.JK.Rest()
@vuMeterUpdatePrefMap[mixerId]['count'] = (@vuMeterUpdatePrefMap[mixerId]['count'] || 0)
if @mixers?
console.log('vuInfo', @vuMeterUpdatePrefMap[mixerId])
#if rate pref is fast, update every time
if @vuMeterUpdatePrefMap[mixerId]['rate'] == 'fast'
@vuMeterUpdatePrefMap[mixerId]['count'] = 0