Skip to content

Commit

Permalink
chore: remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 4, 2024
1 parent a877555 commit d1ac306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/api/v1/redirections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ redirections.post("/api/report", async (ctx: Context) => {
}

const validatedProjectId = parsedProjectId.data
console.log(validatedProjectId)
const [project] =
await sql`select * from project where id = ${validatedProjectId} limit 1`
console.log(project)
Expand Down

0 comments on commit d1ac306

Please sign in to comment.