mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing forgotten console.log()
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
849ec4f95f
commit
fc2ac599a8
@ -97,7 +97,6 @@ export class CronJobTriggerDialog extends Component<Props> {
|
||||
render() {
|
||||
const { className, ...dialogProps } = this.props;
|
||||
const cronjobName = this.cronjob ? this.cronjob.getName() : "";
|
||||
console.log(cronjobName);
|
||||
const header = (
|
||||
<h5>
|
||||
<Trans>Trigger CronJob <span>{cronjobName}</span></Trans>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user