Skip to content

Commit

Permalink
fix: remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Sep 18, 2023
1 parent e909312 commit 0be7171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dataset/infrastructure/mappers/JSDatasetMapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {

export class JSDatasetMapper {
static toDataset(jsDataset: JSDataset, citation: string, summaryFieldsNames: string[]): Dataset {
console.log('js-dataverse getDataset', jsDataset)
return new Dataset.Builder(
jsDataset.persistentId,
JSDatasetMapper.toVersion(jsDataset.versionId, jsDataset.versionInfo),
Expand Down

0 comments on commit 0be7171

Please sign in to comment.