diff --git a/src/compenents/upload-courseware-button/index.tsx b/src/compenents/upload-courseware-button/index.tsx index 17fd50f..d4dd9cb 100644 --- a/src/compenents/upload-courseware-button/index.tsx +++ b/src/compenents/upload-courseware-button/index.tsx @@ -60,7 +60,6 @@ export const UploadCoursewareButton = (props: PropsInterface) => { beforeUpload: async (file: File) => { let extension: any = file.name.split("."); extension = extension[extension.length - 1]; - console.log(file.type); if ( file.type === "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ||