diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue index 821e765c..6db6b682 100644 --- a/ayanova/src/views/adm-license.vue +++ b/ayanova/src/views/adm-license.vue @@ -389,8 +389,7 @@ export default { throw currentServerLicenseInfo.error; } currentServerLicenseInfo = currentServerLicenseInfo.data.license; - console.log("cached:", vm.currentLicenseInfo); - console.log("at server:", currentServerLicenseInfo); + if ( currentServerLicenseInfo.keySerial != vm.currentLicenseInfo.keySerial ) {