mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-23 18:03:44 +03:00
Don't log large objects (PAC-scripts)
This commit is contained in:
parent
1a92356e06
commit
3f8cd09c0e
|
@ -25,7 +25,6 @@ chrome.runtime.getBackgroundPage((bgWin) => {
|
|||
control = red(control);
|
||||
}
|
||||
setStatusTo(control);
|
||||
console.log(details);
|
||||
const pac = details.value.pacScript;
|
||||
const data = pac && pac.data || 'PAC скрипт не установлен.';
|
||||
editor.setValue( data );
|
||||
|
|
Loading…
Reference in New Issue
Block a user