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 2021/05/03 17:40:05 UTC

[isis] branch master updated: ISIS-2641: remove debug lines

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 e42c54c  ISIS-2641: remove debug lines
e42c54c is described below

commit e42c54c37f1212b0d724a49464f73ac25d9d1ab2
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon May 3 19:39:49 2021 +0200

    ISIS-2641: remove debug lines
---
 .../metamodel/specloader/specimpl/ObjectSpecificationAbstract.java   | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/specloader/specimpl/ObjectSpecificationAbstract.java b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/specloader/specimpl/ObjectSpecificationAbstract.java
index a6113353..e297e11 100644
--- a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/specloader/specimpl/ObjectSpecificationAbstract.java
+++ b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/specloader/specimpl/ObjectSpecificationAbstract.java
@@ -42,7 +42,6 @@ import org.apache.isis.commons.internal.collections._Multimaps;
 import org.apache.isis.commons.internal.collections._Multimaps.ListMultimap;
 import org.apache.isis.commons.internal.collections._Sets;
 import org.apache.isis.commons.internal.collections._Streams;
-import org.apache.isis.commons.internal.debug._Probe;
 import org.apache.isis.commons.internal.exceptions._Exceptions;
 import org.apache.isis.commons.internal.functions._Predicates;
 import org.apache.isis.core.config.beans.IsisBeanTypeRegistry;
@@ -267,10 +266,6 @@ implements ObjectSpecification {
             log.debug("introspectingUpTo: {}, {}", getFullIdentifier(), upTo);
         }
 
-        if(getFullIdentifier().contains("ProperElementTypeVm")) {
-            _Probe.errOut("getFullIdentifier %s %s", getFullIdentifier(), upTo);
-        }
-        
         boolean revalidate = false;
 
         switch (introspectionState) {