Remove extra system log

This commit is contained in:
Janne Valkealahti
2015-03-15 18:29:51 +00:00
parent af9bb17517
commit 1396856bcf

View File

@@ -490,7 +490,6 @@ public abstract class AbstractStateMachine<S, E> extends LifecycleObjectSupport
}
}
System.out.println("XXX " + source + "/" + target + "/" +handle);
if (handle) {
handlersList.add(entry.getValue());
}