Skip to content

Commit 3699644

Browse files
author
Rich Harris
committed
remove logging
1 parent 0181348 commit 3699644

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/server/content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export function get_exercise(slug) {
136136

137137
const dirs = next_exercise.split('/');
138138
if (dirs[0] !== part_dir) {
139-
console.log({ dirs, part_dir, next_exercise });
140139
title = json(`content/tutorial/${dirs[0]}/meta.json`).title;
141140
} else if (dirs[1] !== chapter_dir) {
142141
title = json(`content/tutorial/${dirs[0]}/${dirs[1]}/meta.json`).title;

0 commit comments

Comments
 (0)