Remove useless log.

This commit is contained in:
Julien Fontanet 2013-12-29 09:27:50 +01:00
parent f4bee77131
commit 172fbb51a4

View File

@ -102,7 +102,6 @@ Xapi.prototype.changeHost = function (host) {
}
var parts = parseUrl('http://'+ host);
console.log(parts);
this.host = host;
this.xmlrpc = xmlrpc.createSecureClient({