Sonar major issues

 This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbQo32hFUzlqc5Zx&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/nsa/mr/client/impl/MRConstants.java
Line No-37

Change-Id: Ie2f97fe1542768bd97af09c4f6243332b0915cfc
Issue-ID: DMAAP-368
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
diff --git a/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java b/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java
index 803670c..08aaa78 100644
--- a/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java
+++ b/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java
@@ -34,7 +34,6 @@
 	private static final String PROTOCOL = "http";
 	public static final String context = "/";
 	public static final String kBasePath = "events/";
-	//public static final int kStdMRServicePort = 3904;
 	public static final int kStdMRServicePort = 8080;
 
 	public static String escape ( String s )