Skip to content

Commit

Permalink
chore: removed debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
nslee333 committed Feb 28, 2024
1 parent 1955770 commit 3d1e2e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/api/sendemail/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ export async function POST(req: NextRequest) {
// eslint-disable-next-line no-console
console.log(sendRawEmailCommand);

// eslint-disable-next-line no-debugger
debugger;

try {
const response = ses.send(sendRawEmailCommand);
// eslint-disable-next-line no-console
Expand Down

1 comment on commit 3d1e2e7

@vercel
Copy link

@vercel vercel bot commented on 3d1e2e7 Feb 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.