Skip to content

Commit

Permalink
fix: remove some console.logs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Sep 7, 2023
1 parent e41d745 commit 3453075
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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
2 changes: 0 additions & 2 deletions src/sections/dataset/dataset-files/DatasetFiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export function DatasetFiles({
criteria
)

console.log('criteria', criteria)

return (
<>
<FileCriteriaForm
Expand Down

0 comments on commit 3453075

Please sign in to comment.