Remove extra debug logging

This commit is contained in:
Janne Valkealahti
2015-08-07 17:28:48 +01:00
parent 672a41ecf1
commit ba16830151

View File

@@ -242,9 +242,7 @@ public class StateMachineConfig {
@Override
public void execute(StateContext<States, Events> context) {
System.out.println("XXXXXXXXXXX execute");
String testVariable = context.getMessageHeaders().get("testVariable", String.class);
System.out.println("XXXXXXXXXXX execute testVariable=" + testVariable);
if (testVariable != null) {
context.getExtendedState().getVariables().put("testVariable", testVariable);
}