-
Notifications
You must be signed in to change notification settings - Fork 504
Open
Labels
bugcode taskhelp wantedNeeds a volunteer to claim to move forwardNeeds a volunteer to claim to move forward
Description
Description
Currently, there are three occurrences of console.log in the codebase that should be removed:
Line 101 in 073cd07
| console.log({ |
Line 141 in 073cd07
| console.log('success', res); |
dspace-angular/src/app/shared/access-control-form-container/bulk-access-control.service.ts
Line 62 in 073cd07
| console.log('execute', { uuids, file }); |
Additionally, to prevent console.log from being introduced in the future, an ESLint rule "no-console": "error" should be added to enforce this convention.
Metadata
Metadata
Assignees
Labels
bugcode taskhelp wantedNeeds a volunteer to claim to move forwardNeeds a volunteer to claim to move forward
Type
Projects
Status
📋 To Do