Skip to content

Commit b2bba3f

Browse files
committed
refactor(helm-template): remove unused variables and console logs in HelmTemplate component
1 parent e65b3c1 commit b2bba3f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

web/src/pages/helm-template/helm-template.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ const HelmTemplate: FC = () => {
6161
defaultValues,
6262
});
6363

64-
const { control, getFieldState, watch } = methods;
65-
66-
console.log(getFieldState('pods'));
67-
console.log(watch());
64+
const { control } = methods;
6865

6966
const {
7067
fields: pods,

0 commit comments

Comments
 (0)