Remove useless log.
This commit is contained in:
parent
f4bee77131
commit
172fbb51a4
@ -102,7 +102,6 @@ Xapi.prototype.changeHost = function (host) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var parts = parseUrl('http://'+ host);
|
var parts = parseUrl('http://'+ host);
|
||||||
console.log(parts);
|
|
||||||
|
|
||||||
this.host = host;
|
this.host = host;
|
||||||
this.xmlrpc = xmlrpc.createSecureClient({
|
this.xmlrpc = xmlrpc.createSecureClient({
|
||||||
|
Loading…
Reference in New Issue
Block a user