remove test code
This commit is contained in:
parent
22cf3081e1
commit
e80e5d6a70
@ -33,7 +33,7 @@ var plugin = {
|
|||||||
co.Dispose();
|
co.Dispose();
|
||||||
re.Dispose();
|
re.Dispose();
|
||||||
cl.Dispose();
|
cl.Dispose();
|
||||||
usingVPN = true;//parsedJSON.success && parsedJSON.proxy;
|
usingVPN = parsedJSON.success && parsedJSON.proxy;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.logger.WriteWarning('There was a problem checking client IP for VPN ' + e.message);
|
this.logger.WriteWarning('There was a problem checking client IP for VPN ' + e.message);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user