Skip to content

Commit

Permalink
fix: remove debugging error log
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Sep 18, 2023
1 parent 0be7171 commit 8cdf2bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/files/infrastructure/FileJSDataverseRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class FileJSDataverseRepository implements FileRepository {
)
)
.catch((error: WriteError) => {
console.error('Error getting files from Dataverse', error)
throw new Error(error.message)
})
}
Expand Down Expand Up @@ -84,7 +83,6 @@ export class FileJSDataverseRepository implements FileRepository {
JSFileMapper.toFileUserPermissions(id, jsFileUserPermissions)
)
.catch((error: WriteError) => {
console.error('Error getting the file user permissions from Dataverse', error)
throw new Error(error.message)
})
}
Expand Down

0 comments on commit 8cdf2bc

Please sign in to comment.