suppress logging

This commit is contained in:
Grahame Grieve 2022-12-01 08:26:07 +11:00
parent d24cc6c5ee
commit 8b5cb283af
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ import javax.annotation.Nonnull;
public abstract class BaseWorkerContext extends I18nBase implements IWorkerContext{
private static final boolean QA_CHECK_REFERENCE_SOURCE = true;
private static final boolean QA_CHECK_REFERENCE_SOURCE = false; // see comments below
public class ResourceProxy {
private Resource resource;