Skip to content

Commit

Permalink
Removes console log
Browse files Browse the repository at this point in the history
  • Loading branch information
gudjong committed Sep 19, 2024
1 parent a96c6ae commit 50ab201
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export class MergedCaseExistsGuard implements CanActivate {
}

const mergedCaseId = request.params.mergedCaseId
console.log('mergedCaseId', mergedCaseId)

if (!mergedCaseId) {
return true
Expand Down

0 comments on commit 50ab201

Please sign in to comment.