提交 243c9d85 编写于 作者: T Tijs Rademakers

Remove sysout

上级 edc9d097
...@@ -591,7 +591,6 @@ public class MessageBoundaryEventTest extends PluggableActivitiTestCase { ...@@ -591,7 +591,6 @@ public class MessageBoundaryEventTest extends PluggableActivitiTestCase {
waitForJobExecutorOnCondition(2000L, 100L, new Callable<Boolean>() { waitForJobExecutorOnCondition(2000L, 100L, new Callable<Boolean>() {
@Override @Override
public Boolean call() throws Exception { public Boolean call() throws Exception {
System.out.println("blaasdasdasdasdasddas " + taskService.createTaskQuery().list().size());
return taskService.createTaskQuery().list().size() == 3; return taskService.createTaskQuery().list().size() == 3;
} }
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册