Remove some console logs.
This commit is contained in:
parent
ed1e2e2449
commit
da8d4b47f1
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user