Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
k9evin committed Apr 2, 2024
1 parent 0861e53 commit a3a0a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/course/createChapters/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function POST(req: Request, res: Response) {
imageSearchTerm.image_search_term
);

console.log({ output_units, course_image });
// console.log({ output_units, course_image });

const course = await prisma.course.create({
data: {
Expand Down

0 comments on commit a3a0a2b

Please sign in to comment.