Removed fabric
diff --git a/views/ngXosViews/mcordTopology/src/js/main.js b/views/ngXosViews/mcordTopology/src/js/main.js
index a3a534c..a479717 100644
--- a/views/ngXosViews/mcordTopology/src/js/main.js
+++ b/views/ngXosViews/mcordTopology/src/js/main.js
@@ -83,8 +83,6 @@
               linkWidth = linkWidth - ((delta * -1) / trafficCorrection);
             }
 
-            console.log(`previous traffic: ${traffic}`, `current traffic: ${newTraffic}`, `linkWidth: ${linkWidth}`);
-            console.log('************************');
           }
 
           if(linkWidth < 0.2){
@@ -179,7 +177,7 @@
         let bbuLinks = bbuNodes.map(n => {
           return {
             source: n.id,
-            target: 'fabric2'
+            target: 'fabric4'
           };
         });
 
@@ -249,7 +247,7 @@
 
         nodes = positionFabricNodes(nodes);
 
-
+        console.log(nodes);
         // start force layout
         force
           .nodes(nodes)
@@ -339,9 +337,9 @@
         });
       };
       
-      $interval(() => {
-        getData();
-      }, 3000);
+      // $interval(() => {
+      //   getData();
+      // }, 3000);
       getData();