소스 검색

:fire: log

visuddhinanda 2 년 전
부모
커밋
d9c63fc2b8
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      dashboard/src/components/course/SelectChannel.tsx

+ 0 - 3
dashboard/src/components/course/SelectChannel.tsx

@@ -54,9 +54,6 @@ const SelectChannelWidget = ({
           }}
           submitTimeout={2000}
           onFinish={async (values) => {
-            console.log(values.channel);
-            console.log("id", id);
-
             if (user && courseId) {
               const url = `/v2/course-member_set-channel`;
               const data = {