diff --git a/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java b/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java index 0111afe5..5f54886d 100644 --- a/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java +++ b/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java @@ -114,10 +114,6 @@ public class StandardRuleEngineService implements RuleEngineService { // sanity check if (empty(filterRequest.getMatchers())) return passthru(request.getEntityStream()); - // todo: we have at least 1 rule, so add another rule that inserts the global settings controls in the top-left - - // initialize drivers -- todo: cache drivers / todo: ensure cache is shorter than session timeout, - // since drivers that talk thru API will get a session key in their config final List rules = initRules(filterRequest); final AppRuleHarness firstRule = rules.get(0);