Switched a debug boolean

This commit is contained in:
Andrea Cavalli 2018-03-25 12:47:18 +02:00
parent 301c85fedd
commit 520af764fd

View File

@ -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();