Skip to content

Commit

Permalink
chore: removendo comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeAureliano committed Apr 27, 2024
1 parent 4ae403e commit 566ce19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/pages/courses/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export function CourseChapterContents({
await client.courseChapters.deleteChapterCourseChapterCourseChapterIdDelete(
chapter.id,
);
console.log('Chapter deleted: ', chapter.id);
} catch (error) {
showErrors(error);
return;
Expand Down

0 comments on commit 566ce19

Please sign in to comment.