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 2021-01-01 12:00:07 +02:00
parent 14c06f1336
commit c1a27f40b7

View File

@ -99,7 +99,6 @@ export class App extends React.Component {
}
reaction(() => this.warningsCount, (count) => {
console.log("warnings", count);
broadcastMessage(`cluster-warning-event-count:${cluster.id}`, count);
});
}