Skip to content

Commit 04309c4

Browse files
committed
clean up
1 parent 5df3290 commit 04309c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/uid2/operator/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public Main(Vertx vertx, JsonObject config) throws Exception {
102102
this.appVersion = ApplicationVersion.load("uid2-operator", "uid2-shared", "uid2-attestation-api");
103103
HealthManager.instance.registerGenericComponent(
104104
new PodTerminationMonitor(config.getInteger(Const.Config.PodTerminationCheckInterval, 3000)));
105-
106105
// allow to switch between in-mem optout file cache and on-disk file cache
107106
if (config.getBoolean(Const.Config.OptOutInMemCacheProp)) {
108107
this.fsLocal = new MemCachedStorage();

0 commit comments

Comments
 (0)