Skip to content

Commit f14d548

Browse files
OPENIG-9667: Removed debug. (#630)
1 parent 9f6aeb2 commit f14d548

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/7.3.0/securebanking/ig/scripts/groovy/ObResponseCheck.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ Promise<Response, NeverThrowsException> filter(final Context context,
3939
final Handler next) {
4040
return next.handle(context, request)
4141
.thenAsync(response -> {
42-
logger.debug("XXX: response={}", response)
43-
logger.debug("XXX: response.status={}", response.status)
44-
4542
Status status = response.getStatus()
4643
if (status.isSuccessful()) {
4744
return newResponsePromise(response)

0 commit comments

Comments
 (0)