diff --git a/src/xapi.js b/src/xapi.js index 43c14d44b..9089d3339 100644 --- a/src/xapi.js +++ b/src/xapi.js @@ -102,7 +102,6 @@ Xapi.prototype.changeHost = function (host) { } var parts = parseUrl('http://'+ host); - console.log(parts); this.host = host; this.xmlrpc = xmlrpc.createSecureClient({