Skip to content

Commit 6741f8d

Browse files
committed
Remove debugging code
1 parent cac6e19 commit 6741f8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/export.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ export async function exportDocumentsToXMLFile(): Promise<void> {
352352
quickPick.title = `Export the following ${documents.length > 1 ? `${documents.length} documents` : "document"}?`;
353353
quickPick.placeholder = "Click any item to confirm, or 'Escape' to cancel";
354354
quickPick.ignoreFocusOut = true;
355-
quickPick.onDidChangeSelection((e) => outputChannel.appendLine(JSON.stringify(e)));
356355
quickPick.onDidAccept(() => {
357356
resolve(true);
358357
quickPick.hide();

0 commit comments

Comments
 (0)