fix[android]: remove debug and testing settings

This commit is contained in:
Sandra Forberger 2019-11-13 17:08:05 +07:00
parent f4ee6e8862
commit 9aa8f59c8b
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ import java.util.List;
public class CloudCatalogDownloadCallback implements ICloudDownloadCallback<Dataset, CloudCatalogDownloadReturns> {
private static final String TAG = "CloudCatalogDownloadCb";
private static final boolean DEBUG_SIMULATE_UPDATES = true;
private static final boolean DEBUG_SIMULATE_UPDATES = false;
private final Context context;

View file

@ -43,7 +43,7 @@ public class ResourcesUpdateTool implements KeyboardEventHandler.OnKeyboardDownl
* Force resource update.
* Only for testing, should be false for merging
*/
public static final boolean FORCE_RESOURCE_UPDATE = true;
public static final boolean FORCE_RESOURCE_UPDATE = false;
/**
* Send update notifications.