Skip to content

Commit c06f4db

Browse files
committed
refactor(web): remove-log
1 parent da9907d commit c06f4db

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
@@ -20,7 +20,6 @@ export const getFileUploaderMsg = (role: Roles, roleRestrictions?: Role[]) => {
2020
const restrictions = roleRestrictions.find((supportedRoles) => Roles[supportedRoles.name] === role);
2121

2222
if (!restrictions) return;
23-
console.log({ restrictions });
2423

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

0 commit comments

Comments
 (0)