Skip to content

Commit 84bcea6

Browse files
nits
1 parent 665d294 commit 84bcea6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ examples/test_output
1111
test.text
1212

1313
.venv
14-
venv
14+
venv
15+
16+
.conda
17+
conda

local_notebooklm/steps/step3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ def step3(
193193
format_type: FormatType = "podcast",
194194
system_prompt: str = None
195195
) -> str:
196-
197-
print(format_type)
198196
try:
199197
output_dir = Path(output_dir)
200198
output_dir.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)