You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/31 08:45:51 UTC

[causeway] branch master updated: CAUSEWAY-3372: purge debug code from earlier today

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new e4ec724b52 CAUSEWAY-3372: purge debug code from earlier today
e4ec724b52 is described below

commit e4ec724b5284809e5896631f624e02e6fd0567cd
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Mar 31 10:45:46 2023 +0200

    CAUSEWAY-3372: purge debug code from earlier today
---
 .../viewer/wicket/ui/actionresponse/ActionResultResponseType.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/actionresponse/ActionResultResponseType.java b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/actionresponse/ActionResultResponseType.java
index 5714d84f41..48a89bbc9d 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/actionresponse/ActionResultResponseType.java
+++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/actionresponse/ActionResultResponseType.java
@@ -259,9 +259,6 @@ public enum ActionResultResponseType {
         val mapAbsentResultTo = /*model.getAction().getReturnType().isVoid()
                 ? ActionResultResponseType.VOID_AS_RELOAD : */
                 ActionResultResponseType.VOID_AS_EMPTY;
-        System.err.printf("model.getAction()-> %s%n", model.getAction().getFeatureIdentifier());
-        System.err.printf("model.getAction().getReturnType()-> %s%n",  model.getAction().getReturnType());
-        System.err.printf("mapAbsentResultTo-> %s%n", mapAbsentResultTo);
 
         val typeAndAdapter = determineFor(resultAdapter, mapAbsentResultTo, targetIfAny);
         return typeAndAdapter.type // mapped to 'mapAbsentResultTo' if adapter is unspecified or null