Remove some console logs.

This commit is contained in:
Julien Fontanet 2015-10-27 18:37:37 +01:00
parent ed1e2e2449
commit da8d4b47f1

View File

@ -656,10 +656,8 @@ handleVmImport = $coroutine (req, res, { xapi }) ->
try
vm = yield xapi.importVm(req, contentLength)
console.log(vm)
res.end(format.response(0, vm.$id))
catch e
console.error(e)
res.writeHead(500)
res.end(format.error(new JsonRpcError(e.message)))