Sonar major issues
[so.git] / adapters / mso-network-adapter / src / main / java / org / openecomp / mso / adapters / network / BpelRestClient.java
index f51b272..c66b4a8 100644 (file)
@@ -235,7 +235,7 @@ public class BpelRestClient {
        }
        private void debug(String m) {
                LOGGER.debug(m);
-//             System.err.println(m);
+
        }
        private void sendOne(final String toBpelStr, final String bpelUrl, final boolean isxml) {
                LOGGER.debug("Sending to BPEL server: "+bpelUrl);