mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
removing console.log
This commit is contained in:
parent
24624131a7
commit
c004824b81
@ -17,7 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var updateStats = function (serviceURL, id) {
|
var updateStats = function (serviceURL, id) {
|
||||||
console.log(serviceURL);
|
|
||||||
invokerUtil.get(
|
invokerUtil.get(
|
||||||
serviceURL,
|
serviceURL,
|
||||||
function (data, textStatus, jqXHR) {
|
function (data, textStatus, jqXHR) {
|
||||||
@ -62,4 +61,4 @@ function toggleEnrollment() {
|
|||||||
$(".modalpopup-content").html($("#qr-code-modal").html());
|
$(".modalpopup-content").html($("#qr-code-modal").html());
|
||||||
generateQRCode(".modalpopup-content .qr-code");
|
generateQRCode(".modalpopup-content .qr-code");
|
||||||
showPopup();
|
showPopup();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user