Skip to content

Commit

Permalink
Remove useless System.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin authored and jharting committed Jul 8, 2013
1 parent 928e080 commit d8cb626
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ private void addService(AfterBeanDiscovery event,

private void addServiceProducer(AfterBeanDiscovery event,
final Set<InjectionPoint> injectionPoints) {
System.out.println(currentBundle.get());
Set<OSGiServiceProducerBean> beans = new HashSet<OSGiServiceProducerBean>();
for (Iterator<InjectionPoint> iterator = injectionPoints.iterator();
iterator.hasNext();) {
Expand Down

0 comments on commit d8cb626

Please sign in to comment.