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