Skip to content

Commit 4c12bde

Browse files
nikomatsakislqd
andauthored
Update crates/mdbook-goals/src/mdbook_preprocessor.rs
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
1 parent 20979b2 commit 4c12bde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/mdbook-goals/src/mdbook_preprocessor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ impl<'c> GoalPreprocessorWithContext<'c> {
264264
/// Find the goal documents for the milestone in which this `chapter_path` resides.
265265
/// e.g., if invoked with `2024h2/xxx.md`, will find all goal documents in `2024h2`.
266266
fn goal_documents(&mut self, chapter_path: &Path) -> anyhow::Result<Arc<Vec<GoalDocument>>> {
267-
// let chapter_path = self.ctx.config.book.src.join(chapter_path);
268267

269268
let Some(milestone_path) = chapter_path.parent() else {
270269
anyhow::bail!("cannot get goal documents from `{chapter_path:?}`")

0 commit comments

Comments
 (0)