Skip to content

Commit

Permalink
fix: remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanVicens committed Oct 3, 2023
1 parent d79f0a7 commit a1abd1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/routes/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export class StorageController {
}

public async createFolder(req: Request, res: Response): Promise<void> {
this.logger.error(`A ${validate}`);
const { folderName, parentFolderId, uuid: clientCreatedUuuid } = req.body;
const { behalfUser: user } = req as any;

Expand Down

0 comments on commit a1abd1a

Please sign in to comment.