diff --git a/src/main/src/org/bdware/server/action/ActionExecutor.java b/src/main/src/org/bdware/server/action/ActionExecutor.java index b664b43..f0bcd58 100644 --- a/src/main/src/org/bdware/server/action/ActionExecutor.java +++ b/src/main/src/org/bdware/server/action/ActionExecutor.java @@ -116,8 +116,8 @@ public class ActionExecutor { public void handle(String action, final U args, final T callback) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException { - LOGGER.info("handling " + action + "..."); - LOGGER.debug("handle : " + action + " ->" + JsonUtil.toJson(args)); + // LOGGER.info("handling " + action + "..."); + // LOGGER.debug("handle : " + action + " ->" + JsonUtil.toJson(args)); if (null != action) { if (staticData.containsKey(action)) {