Skip to content

Commit

Permalink
🧹 remove console.log (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves authored Mar 5, 2025
1 parent 5af4e8d commit c742ca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/orange-cheetahs-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@myst-theme/jupyter': patch
---

[chore]: remove stray `console.log`
1 change: 0 additions & 1 deletion packages/jupyter/src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ async function fetcher(url: string) {
// pass
}
}
console.log('fetcher', url, content);
return { content } as any;
}
throw new Error(`Content returned with status ${resp.status}.`);
Expand Down

0 comments on commit c742ca6

Please sign in to comment.