We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0181348 commit 3699644Copy full SHA for 3699644
src/lib/server/content.js
@@ -136,7 +136,6 @@ export function get_exercise(slug) {
136
137
const dirs = next_exercise.split('/');
138
if (dirs[0] !== part_dir) {
139
- console.log({ dirs, part_dir, next_exercise });
140
title = json(`content/tutorial/${dirs[0]}/meta.json`).title;
141
} else if (dirs[1] !== chapter_dir) {
142
title = json(`content/tutorial/${dirs[0]}/${dirs[1]}/meta.json`).title;
0 commit comments