[Minor] Removed logger

This commit is contained in:
Robert von Burg 2020-03-05 09:03:34 +01:00
parent e96d811f66
commit 0c9e74b32e
1 changed files with 0 additions and 2 deletions

View File

@ -288,8 +288,6 @@ public class EventBasedExecutionHandler extends ExecutionHandler {
return;
}
logger.info("Adding async " + controller.getLocator() + " for execution!");
getExecutor().execute(() -> {
try {
controller.execute();