Skip to content

Commit

Permalink
fix: remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Oct 23, 2023
1 parent 57b57a3 commit fccce0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/dataset/domain/models/Dataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,6 @@ export class Dataset {
}

private withAlerts(): void {
console.log(
'withAlerts, privateUrl ' + this.privateUrl + ' privateUrlToken: ' + this.privateUrlToken
)
if (
this.version.publishingStatus === DatasetPublishingStatus.DRAFT &&
this.permissions.canPublishDataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ describe('JS Dataset Mapper', () => {
datasetSummaryFields,
'4.0'
)
console.log('mapped: ' + JSON.stringify(mappedWithAlternate))
console.log('expected: ' + JSON.stringify(expectedDatasetAlternateVersion))

expect(expectedDatasetAlternateVersion).to.deep.equal(mappedWithAlternate)
})
Expand Down

0 comments on commit fccce0e

Please sign in to comment.