1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-05-06 18:30:36 +03:00
parent 327ecf9f07
commit 6458371df9

View File

@ -25,7 +25,6 @@ export class PrometheusOperator implements PrometheusProvider {
port: service.spec.ports[0].port
}
} catch(error) {
console.error(error)
logger.warn(`PrometheusOperator: failed to list services: ${error.toString()}`)
return
}