Skip to content

Commit 0818449

Browse files
committed
add review fixes
1 parent d651cb9 commit 0818449

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/command/render/render-shared.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export async function render(
9797

9898
// NB: singleFileProjectContext is currently not fully-featured
9999
context = await singleFileProjectContext(path, nbContext, options.flags);
100-
debugger;
101100

102101
// otherwise it's just a file render
103102
const result = await renderFiles(

src/format/reveal/format-reveal-theme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export async function revealTheme(
7070
libDir: string,
7171
project: ProjectContext,
7272
) {
73-
const { temp } = project;
7473
// metadata override to return
7574
const metadata: Metadata = {};
7675

0 commit comments

Comments
 (0)