Split Restconf implementations (draft02 and RFC) - features
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / streams / listeners / AbstractCommonSubscriber.java
index 67cffe212aae075ed6be6d77fa7297e1693c2785..55ea16db73f3364fc73047cdff92b4c12d3006a7 100644 (file)
@@ -53,8 +53,6 @@ abstract class AbstractCommonSubscriber extends AbstractQueryParams implements B
     public final void close() throws Exception {
         this.registration.close();
         this.registration = null;
-
-        deleteDataInDS();
         unregister();
     }