Skip to content

Commit a039dd2

Browse files
committed
refactor(web): remove-log
1 parent 6415ff9 commit a039dd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export const getFileUploaderMsg = (role: Roles, roleRestrictions?: Role[]) => {
2323
const restrictions = roleRestrictions.find((supportedRoles) => Roles[supportedRoles.name] === role);
2424

2525
if (!restrictions) return;
26-
console.log({ restrictions });
2726

2827
return `Allowed file types: [ ${restrictions.restriction.allowedMimeTypes
2928
.map((type) => {

0 commit comments

Comments
 (0)