vnfd composer fix missing node update
[osm/LW-UI.git] / static / TopologyComposer / js / graph_editor.js
index 50e4f44..d8abcc8 100755 (executable)
@@ -347,7 +347,7 @@ TCD3.GraphEditor = (function () {
      * @returns {boolean}
      */
     GraphEditor.prototype.addLink = function (link) {
-        console.log("addLink" + JSON.stringify(link));
+
         if (link.source && link.target) {
             this.force.stop();
             this.cleanAll();