Skip to content

Commit

Permalink
remove interception announcement as it seems to break some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Apr 10, 2024
1 parent bee904b commit 57cae05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/ortus/boxlang/runtime/BoxRuntime.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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" ) ) );
}

/**
Expand Down

0 comments on commit 57cae05

Please sign in to comment.