Remove error used for testing

This commit is contained in:
Ilya Ig. Petrov 2018-04-06 10:55:26 +05:00
parent e5c6c281de
commit 4d22581359

View File

@ -114,7 +114,7 @@
// TODO: dirty hack (labels should be UI related only)
if (provider.label === 'Антицензорити') {
const azUrl = window.apis.antiCensorRu.pacProviders['Антизапрет'].pacUrls[0] + "ERROR";
const azUrl = window.apis.antiCensorRu.pacProviders['Антизапрет'].pacUrls[0];
console.log('HEADing antizapret...');
let headError = null;
const numberOfTries = 2;