diff --git a/server/AyaNova/generator/CoreJobLicense.cs b/server/AyaNova/generator/CoreJobLicense.cs index f11aaa92..12a4e233 100644 --- a/server/AyaNova/generator/CoreJobLicense.cs +++ b/server/AyaNova/generator/CoreJobLicense.cs @@ -71,9 +71,9 @@ 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("CoreJobLicense - result is: " + ret); -#endif + //#if (DEBUG) + 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") {