From a6bd001e969cf13216ccdb23e43561279f1e57e7 Mon Sep 17 00:00:00 2001 From: Nell Hardcastle Date: Mon, 27 Jan 2025 10:01:39 -0800 Subject: [PATCH] fix(cli): Remove extra console.log statement from defaced/constent step --- cli/src/commands/upload.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/commands/upload.ts b/cli/src/commands/upload.ts index 5d83675cc4..6f48dca6d9 100644 --- a/cli/src/commands/upload.ts +++ b/cli/src/commands/upload.ts @@ -104,7 +104,6 @@ export async function uploadAction( if (affirmedDefaced || affirmedConsent) { datasetId = await createDataset(affirmedDefaced, affirmedConsent) } else { - console.log("confirm") const affirmed = await prompt([ { name: "affirmedDefaced",