Hide Templates entry point when no instances
[vid.git] / vid-webpack-master / src / app / vlanTagging / network-selector / network-selector.component.ts
index d3df926..c0aeb0b 100644 (file)
@@ -26,7 +26,6 @@ export class NetworkSelectorComponent implements OnInit {
   constructor(store: NgRedux<AppState>) {
     this.localStore = store;
     this.groupSelection = {};
-    console.log(store);
   }
 
   getValueOfLabelInGroup(group: any, label: string){