Skip to content

Commit f2c8715

Browse files
remove log entry
1 parent 127dddd commit f2c8715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-provider/src/file-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const fullMimeTypesList = [
4545
'text/x-tex',
4646
'text/plain',
4747
'text/css',
48+
'text/vtt',
4849
'image/jpeg',
4950
'text/javascript',
5051
'image/gif',
@@ -180,7 +181,6 @@ export const fileConfig = {
180181
serverFileSizeLimit: defaultSizeLimit,
181182
avatarSizeLimit: mbToBytes(2),
182183
checkType: function (fileType: string, supportedTypes: RegExp[] = supportedMimeTypes) {
183-
console.log('!!!!!!!!! Checking file type for:', fileType);
184184
return supportedTypes.some((regex) => regex.test(fileType));
185185
},
186186
};

0 commit comments

Comments
 (0)