You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/09/17 18:35:02 UTC

[isis] branch master updated: ISIS-3215: just removing debug-line in prev. commit

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f67cd530d ISIS-3215: just removing debug-line in prev. commit
3f67cd530d is described below

commit 3f67cd530dfbd888f4b863587dd5084d2a2879ed
Author: andi-huber <ah...@apache.org>
AuthorDate: Sat Sep 17 20:34:55 2022 +0200

    ISIS-3215: just removing debug-line in prev. commit
---
 .../isis/viewer/wicket/ui/components/scalars/ScalarPanelAbstract.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelAbstract.java b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelAbstract.java
index a4946f06db..9963592a18 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelAbstract.java
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelAbstract.java
@@ -466,8 +466,6 @@ implements ScalarModelSubscriber {
 
             _Xray.onUserParamOrPropertyEdit(scalarPanel);
 
-            System.err.printf("scalarPanel object: %s%n", scalarPanel.scalarModel().getObject());
-
             for (ScalarModelSubscriber subscriber : scalarPanel.subscribers) {
                 subscriber.onUpdate(target, scalarPanel);
             }