This commit is contained in:
2021-08-11 15:06:31 +00:00
parent 2c6e947875
commit ebc325aa44

View File

@@ -72,7 +72,7 @@ namespace AyaNova.Biz
var ret = await AyaNova.Core.License.FetchKeyAsync(ServerState, ct, log, true);
//When this was enabled never saw a failed fetch, trying again without it
//#if (DEBUG)
log.LogInformation("TEMP TEST LOG: CoreJobLicense - result is: " + ret);
// log.LogInformation("TEMP TEST LOG: CoreJobLicense - result is: " + ret);
//#endif
//most often the result will be "notfound" but in future might be other results
if (ret == "ok")