Skip to content

Commit

Permalink
chore: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Aug 25, 2024
1 parent ac6f792 commit f954774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/playground/src/weblets/tf_deployment_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ async function onDelete(k8s = false) {
const VMS: string[] = [ProjectName.Fullvm, ProjectName.VM, ProjectName.NodePilot];
function openDialog(project: string, item?: any): void {
console.log({ item });
const key: keyof typeof deploymentListEnvironments = VMS.includes(project)
? "vm"
: project === ProjectName.Kubernetes
Expand Down

0 comments on commit f954774

Please sign in to comment.