Skip to content

Commit 2d37bfa

Browse files
authored
Merge pull request #373 from code-payments/chore/quiet-twitter-user-not-found-logging
chore: don't track twitter username NOT_FOUND to reporting
2 parents 6070ea1 + 5d4367d commit 2d37bfa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/src/main/java/com/getcode/network/repository/IdentityRepository.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ class IdentityRepository @Inject constructor(
325325

326326
IdentityService.GetTwitterUserResponse.Result.NOT_FOUND -> {
327327
val error = Throwable("Error: user $username not found.")
328-
ErrorUtils.handleError(error)
329328
Result.failure(error)
330329
}
331330

0 commit comments

Comments
 (0)