Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriqueMoe committed Mar 20, 2024
1 parent ccbfb17 commit d60fba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/rest/impl/FileUploadController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export class FileUploadController extends BaseRestController {
if (!token) {
throw new BadRequest("no token provided");
}
console.log(body);
return this.fileUploadService.modifyEntry(token, body);
}

Expand Down

0 comments on commit d60fba3

Please sign in to comment.