Skip to content

Commit

Permalink
fix(cluster-web-socket): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Dec 22, 2022
1 parent f7e2771 commit 55fef2e
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -49,8 +49,6 @@ export function ClusterWebSocket(props: ClusterWebSocketProps) {
(message: { environments: WebsocketRunningStatusInterface[] }, listEnvironmentIdFromCluster: string[]): void => {
let runningApplication: ServiceRunningStatus[] = []
message.environments.forEach((env) => {
console.log(env)

if (env.applications && env.applications.length) {
runningApplication = [...runningApplication, ...env.applications]
}
Expand Down

0 comments on commit 55fef2e

Please sign in to comment.