diff --git a/src/main/java/ortus/boxlang/runtime/BoxRuntime.java b/src/main/java/ortus/boxlang/runtime/BoxRuntime.java index 410a424b1..0a902f693 100644 --- a/src/main/java/ortus/boxlang/runtime/BoxRuntime.java +++ b/src/main/java/ortus/boxlang/runtime/BoxRuntime.java @@ -28,7 +28,6 @@ import java.nio.file.Path; import java.nio.file.Paths; import java.time.Instant; -import java.util.Map; import java.util.Properties; import java.util.concurrent.ConcurrentHashMap; @@ -309,8 +308,6 @@ private void loadConfiguration( Boolean debugMode, String configPath ) { // Load core logger and other core interceptions this.interceptorService.register( new Logging( this ) ); - this.interceptorService.announce( BoxEvent.LOG_MESSAGE, - new Struct( Map.of( Key.text, "+ Logging interceptor registered", Key.type, "DEBUG" ) ) ); } /**