Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AitorAlgorta committed Feb 14, 2024
1 parent 622dfa7 commit badf1a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/components/schema-registry-manager/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ app.post('/schemas.update', (req: Request, res: Response) => {
res.status(400).send('Missing topicName');
return;
}

console.log(req.body);

if (!req.body.schema) {
res.status(400).send('Missing schema');
return;
Expand Down

0 comments on commit badf1a0

Please sign in to comment.