Skip to content

Commit ca2651a

Browse files
authored
Merge pull request #16 from JamesMcMahon/patch-1
Remove std out noise on startup
2 parents 0aa0094 + 90d1510 commit ca2651a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/github/majusko/pulsar/collector/ConsumerCollector.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ public Object postProcessBeforeInitialization(Object bean, String beanName) {
2626
method -> beanClass.getName() + "#" + method.getName(),
2727
method -> new ConsumerHolder(method.getAnnotation(PulsarConsumer.class), method, bean))));
2828

29-
System.out.println(consumers.toString());
30-
3129
return bean;
3230
}
3331

0 commit comments

Comments
 (0)