Ivan Galakhov 4 лет назад
Родитель
Сommit
a86463e913

+ 0 - 3
dashboard/src/components/porter-form/field-components/KeyValueArray.tsx

@@ -349,9 +349,6 @@ export const getFinalVariablesForKeyValueArray: GetFinalVariablesFunction = (
   props: KeyValueArrayField,
   state: KeyValueArrayFieldState
 ) => {
-  console.log(vars);
-  console.log(props);
-  console.log(state);
   if (!state) {
     return {
       [props.variable]: props.value ? props.value[0] : [],