Merge "Fixed typo in test name. Temporary ignore test."
[controller.git] / opendaylight / netconf / netconf-client / src / main / java / org / opendaylight / controller / netconf / client / NetconfClient.java
index 4cdca208bc5e472088b07741b958c2e716e3f2dd..d98211d0dd36121d3afd43b08ce24f75cbc6defd 100644 (file)
@@ -123,7 +123,6 @@ public class NetconfClient implements Closeable {
      */
     @Deprecated
     public NetconfMessage sendMessage(NetconfMessage message, int attempts, int attemptMsDelay) throws ExecutionException, InterruptedException, TimeoutException {
-        //logger.debug("Sending message: {}",XmlUtil.toString(message.getDocument()));
         final Stopwatch stopwatch = new Stopwatch().start();
 
         try {