瀏覽代碼

remove debug statements

Ivan Galakhov 4 年之前
父節點
當前提交
a86463e913
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      dashboard/src/components/porter-form/field-components/KeyValueArray.tsx

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

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