Skip to content

Commit c145131

Browse files
committed
Remove print statements
1 parent a494f6c commit c145131

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cursorless-talon/src/csv_overrides.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ def update_dicts(
248248
raise
249249

250250
spoken_form_entries = list(generate_spoken_forms(results_map.values()))
251-
print(f"spoken_form_entries: {spoken_form_entries}")
252251

253252
# Assign result to talon context list
254253
lists: ListToSpokenForms = defaultdict(dict)
@@ -297,7 +296,6 @@ def assign_lists_to_context(
297296
lists: ListToSpokenForms,
298297
pluralize_lists: list[str],
299298
):
300-
print(f"lists: {lists}")
301299
for list_name, dict in lists.items():
302300
list_singular_name = get_cursorless_list_name(list_name)
303301
ctx.lists[list_singular_name] = dict

0 commit comments

Comments
 (0)