diff --git a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/mdm.page.dashboard/public/js/dashboard.js b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/mdm.page.dashboard/public/js/dashboard.js index 86dbe62877..3da1af08aa 100644 --- a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/mdm.page.dashboard/public/js/dashboard.js +++ b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/mdm.page.dashboard/public/js/dashboard.js @@ -17,7 +17,6 @@ */ var updateStats = function (serviceURL, id) { - console.log(serviceURL); invokerUtil.get( serviceURL, function (data, textStatus, jqXHR) { @@ -62,4 +61,4 @@ function toggleEnrollment() { $(".modalpopup-content").html($("#qr-code-modal").html()); generateQRCode(".modalpopup-content .qr-code"); showPopup(); -} \ No newline at end of file +}