Don't log large objects (PAC-script)

This commit is contained in:
Ilya Ig. Petrov 2018-05-03 14:29:23 +05:00
parent c9036f038a
commit e9edd324fc

View File

@ -284,7 +284,7 @@
chrome.proxy.settings.onChange.addListener( timeouted( (details) => {
console.log('Proxy settings changed.', details);
console.log('Proxy settings changed:', details.levelOfControl);
const noCon = 'no-control';
const ifWasControllable = handlers.ifControllable;
if ( !handlers.isControllable(details) && ifWasControllable ) {