suppress logging
This commit is contained in:
parent
d24cc6c5ee
commit
8b5cb283af
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue