Skip to content

Commit 90d1510

Browse files
authored
Remove std out noise on startup
I am assuming this println was included by accident. If not it may be good to switch it over to a debug level log.
1 parent 0aa0094 commit 90d1510

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)