Skip to content

Commit

Permalink
Untitled commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Dec 6, 2023
1 parent 9f8bca5 commit 7d9bced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/db/GitFileSystemService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ export default class GitFileSystemService {
logger.error(
`Error when getting Git blob hash: ${error} when trying to access ${efsVolPath}/${repoName}`
)
console.log(`revparse: HEAD:${filePath} for ${efsVolPath}/${repoName}`)

if (error instanceof GitError) {
return new GitFileSystemError("Unable to determine Git blob hash")
Expand Down

0 comments on commit 7d9bced

Please sign in to comment.