From 059c60cfc307a4d04f4b279f24ae83e3fc544967 Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Fri, 8 Dec 2023 22:36:25 +0100 Subject: [PATCH] clean up --- test/general/javaSettings/osgi2/Application.cfc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/general/javaSettings/osgi2/Application.cfc b/test/general/javaSettings/osgi2/Application.cfc index f53103e11e..26ec666cd5 100644 --- a/test/general/javaSettings/osgi2/Application.cfc +++ b/test/general/javaSettings/osgi2/Application.cfc @@ -1,8 +1,7 @@ component { this.name = hash( getCurrentTemplatePath() ); - systemOutput(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"&expandPath("../../../artifacts/jars/"),1,1); - this.javasettings={ + this.javasettings={ bundles = [expandPath("../../../artifacts/jars/")], loadCFMLClassPath = true, reloadOnChange = false