From 7f7d1027ae51461a10ab3bce1df93fb5160eda23 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 18 Jun 2020 22:27:04 +0000 Subject: [PATCH] --- ayanova/src/views/adm-license.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) {