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

danhaywood 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 39a6039  ISIS-1852: removes debug System.out.println
     new c05e5ca  Merge branch 'ISIS-1852_parallel_stream_patch'
39a6039 is described below

commit 39a60398a58190433fb2e1ca57ea94ad095b7e7c
Author: Dan Haywood <d...@haywood-associates.co.uk>
AuthorDate: Wed Feb 14 14:33:17 2018 +0000

    ISIS-1852: removes debug System.out.println
---
 .../java/org/apache/isis/core/runtime/services/ServiceInstantiator.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/ServiceInstantiator.java
 
b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/ServiceInstantiator.java
index 1643c2d..421f17a 100644
--- 
a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/ServiceInstantiator.java
+++ 
b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/ServiceInstantiator.java
@@ -164,8 +164,6 @@ public final class ServiceInstantiator {
                 @Override
                 public Object invoke(final Object proxied, final Method 
proxyMethod, final Method proxiedMethod, final Object[] args) throws Throwable {
 
-                       System.out.println("invoke: "+proxyMethod.getName()+" 
"+this);
-                       
                     cacheMethodsIfNecessary(cls);
 
                     if(proxyMethod.getName().equals("__isis_startRequest")) {

-- 
To stop receiving notification emails like this one, please contact
danhayw...@apache.org.

Reply via email to