diff --git a/src/renderer/components/command-palette/command-container.tsx b/src/renderer/components/command-palette/command-container.tsx index 74e46a89f0..ccd9f74d42 100644 --- a/src/renderer/components/command-palette/command-container.tsx +++ b/src/renderer/components/command-palette/command-container.tsx @@ -66,7 +66,6 @@ export class CommandContainer extends React.Component<{cluster?: Cluster}> { componentDidMount() { if (this.props.cluster) { subscribeToBroadcast(`command-palette:run-action:${this.props.cluster.id}`, (event, commandId: string) => { - console.log("run-action", commandId); const command = this.findCommandById(commandId); if (command) {