Remove Console.log and use internal log Debug.js class.
Created by: dsparacio
BOLA Rule set and TextSourceBuffer are the main offenders of this. Please use the
let log = Debug(context).getInstance().log;
log('No text type defined');
Instead of
console.log('No text type defined');