You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2013/12/27 14:58:03 UTC

git commit: DELTASPIKE-399 Removed SOP that was put in for troubleshooting OWB issue

Updated Branches:
  refs/heads/master 2c2f03be1 -> 00bd78abc


DELTASPIKE-399 Removed SOP that was put in for troubleshooting OWB issue


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/00bd78ab
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/00bd78ab
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/00bd78ab

Branch: refs/heads/master
Commit: 00bd78abcb3782d3746fc290ceb93f2dfdd2ad35
Parents: 2c2f03b
Author: John D. Ament <jo...@gmail.com>
Authored: Fri Dec 27 08:57:53 2013 -0500
Committer: John D. Ament <jo...@gmail.com>
Committed: Fri Dec 27 08:57:53 2013 -0500

----------------------------------------------------------------------
 .../core/impl/resourceloader/ExternalResourceProducer.java         | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/00bd78ab/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/resourceloader/ExternalResourceProducer.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/resourceloader/ExternalResourceProducer.java b/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/resourceloader/ExternalResourceProducer.java
index 0d92f59..a13b246 100644
--- a/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/resourceloader/ExternalResourceProducer.java
+++ b/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/resourceloader/ExternalResourceProducer.java
@@ -95,8 +95,6 @@ public class ExternalResourceProducer
 
     private ExternalResource getAnnotation(final InjectionPoint injectionPoint)
     {
-        System.out.println("processing injection point " + injectionPoint +
-                " with qualifiers " + injectionPoint.getQualifiers());
         for (Annotation annotation : injectionPoint.getQualifiers())
         {
             if (annotation instanceof ExternalResource)