Renxy %!s(int64=2) %!d(string=hai) anos
pai
achega
5ebec54935
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/pages/Flow/components/ApprovalProcess.tsx

+ 0 - 1
src/pages/Flow/components/ApprovalProcess.tsx

@@ -161,7 +161,6 @@ const AuditNodeStep = (props: AuditNodeStepProps) => {
   };
 
   const selectedUserId = (list: CheckboxValueType[]) => {
-    console.log(list as number[]);
     onChange(list as number[]);
   };