Browse Source

:fire: log

visuddhinanda 2 năm trước cách đây
mục cha
commit
d9c63fc2b8
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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 = {