This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbTp32hFUzlqc5gO&resolved=false&severities=MAJOR
Location:
src/main/java/org/onap/dmaap/mr/test/clients/SimpleExampleConsumer.java
Line No-65
Change-Id: I19cca700779fd8ee86bf24f618f3c189eaad9438
Issue-ID: DMAAP-982
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
                                Thread.sleep(2);
                                i++;
                                for (String msg : cc.fetch()) {
-                                       // System.out.println ( "" + (++count) + ": " + msg );
+                               
                                        System.out.println(msg);
                                }