remove test code

This commit is contained in:
RaidMax 2021-04-07 09:53:32 -05:00
parent 22cf3081e1
commit e80e5d6a70

View File

@ -33,7 +33,7 @@ var plugin = {
co.Dispose();
re.Dispose();
cl.Dispose();
usingVPN = true;//parsedJSON.success && parsedJSON.proxy;
usingVPN = parsedJSON.success && parsedJSON.proxy;
} catch (e) {
this.logger.WriteWarning('There was a problem checking client IP for VPN ' + e.message);
}