Skip to content

Commit

Permalink
fix(cli): Remove extra console.log statement from defaced/constent step
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Jan 27, 2025
1 parent eb6c606 commit a6bd001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/commands/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a6bd001

Please sign in to comment.