Skip to content

Commit

Permalink
Merge pull request #3301 from OpenNeuroOrg/cli/fix-console-log
Browse files Browse the repository at this point in the history
fix(cli): Remove extra console.log statement from defaced/constent step
  • Loading branch information
nellh authored Jan 27, 2025
2 parents eb6c606 + a6bd001 commit 02e357b
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 02e357b

Please sign in to comment.