Skip to content

Commit

Permalink
removed a log
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyTanna29 committed Dec 7, 2024
1 parent 10ecbcd commit 2718dc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/api/image/delete/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ export async function DELETE(req: Request) {
const { userId } = auth();
const body = await req.json();
const { url } = body;
console.log("==========ROUTEJS==========================");
console.log(url);
console.log("=============ROUTEJS=======================");
if (!userId) {
return new NextResponse("Unauthorized", { status: 401 });
}
Expand Down

0 comments on commit 2718dc0

Please sign in to comment.