This commit is contained in:
2020-06-18 22:27:04 +00:00
parent 5ecfc4960e
commit 7f7d1027ae

View File

@@ -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
) {