Skip to content

Commit

Permalink
removed the extra debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanshu committed Oct 4, 2023
1 parent 18e5986 commit 9e3a5e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,6 @@ internal class RealAWSCognitoAuthPlugin(
}
}
}?.also {
println("Ankit's test $it")
onSuccess.call()
}
} ?: onError.accept(SignedOutException())
Expand Down

0 comments on commit 9e3a5e9

Please sign in to comment.