Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Dec 13, 2023
1 parent dae2086 commit 76979ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/stories/pages/uploads/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function isNumeric(str: string) {

const staging = isStaging(value)

console.log('Got', value)
const dandiset = await get(value, { type: staging ? "staging" : undefined })

if (dandiset.detail) {
Expand Down

0 comments on commit 76979ac

Please sign in to comment.