Skip to content

Commit

Permalink
drop console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 21, 2024
1 parent 26a15a6 commit 42e8916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3641,7 +3641,6 @@ export class Client {
});

const ds = await sourceClient.readSharedDataset(tokenUuid);
console.log("DATASET!", ds);
const finalDatasetName = datasetName || ds.name;

try {
Expand Down

0 comments on commit 42e8916

Please sign in to comment.