X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=nemo-ui%2Fsrc%2Fmain%2Fresources%2Fnemo%2Fjs%2FphyNetwork.js;h=88cc97f0370915e7bb3d8366fc8b2fd9cc63c014;hb=f803cad7b98c6a60c9e4b63f1971d2e907fbf7fd;hp=3c1aa494d1b0a766758044e108f28dc05c27e95b;hpb=d358a63403a60525569fc30cdafb78cbd8eb5598;p=nemo.git diff --git a/nemo-ui/src/main/resources/nemo/js/phyNetwork.js b/nemo-ui/src/main/resources/nemo/js/phyNetwork.js index 3c1aa49..88cc97f 100644 --- a/nemo-ui/src/main/resources/nemo/js/phyNetwork.js +++ b/nemo-ui/src/main/resources/nemo/js/phyNetwork.js @@ -41,7 +41,8 @@ if(!physicalData) return; alert("No Physical Data"); }, error:function(data){ - alert("Get Physical Data Error!"); + console.log("Get Physical Data Error!"); + // alert("Get Physical Data Error!"); } }); return PhyData;