Switched a debug boolean
This commit is contained in:
parent
301c85fedd
commit
520af764fd
@ -85,7 +85,7 @@ public class RulesManager {
|
||||
tDir.toFile().delete();
|
||||
}
|
||||
Utils.unzip(cacheFilePath.toString(), tDir.getParent().toString(), "");
|
||||
useCache = true;//!StaticVars.debugOn;
|
||||
useCache = !StaticVars.debugOn;
|
||||
cacheFilePath.toFile().delete();
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user