Content-Length: 316214 | pFad | http://github.com/temporalio/sdk-java/commit/e77c71c1f86ae540a78c70033f09ba58b66b5d66

E5 Remove printlns · temporalio/sdk-java@e77c71c · GitHub
Skip to content

Commit e77c71c

Browse files
Remove printlns
1 parent 77a79f3 commit e77c71c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

temporal-sdk/src/main/java/io/temporal/internal/statemachines/WorkflowStateMachines.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ public void handleEvent(HistoryEvent event, boolean hasNextEvent) {
333333
* this batch contains the last events of the history
334334
*/
335335
private void handleEventsBatch(WFTBuffer.EventBatch eventBatch, boolean hasNextBatch) {
336-
System.out.println("WorkflowStateMachines.handleEventsBatch: " + eventBatch);
337336
List<HistoryEvent> events = eventBatch.getEvents();
338337
if (EventType.EVENT_TYPE_WORKFLOW_EXECUTION_STARTED.equals(events.get(0).getEventType())) {
339338
for (SdkFlag flag : initialFlags) {
@@ -532,7 +531,6 @@ private void handleSingleEvent(HistoryEvent event, boolean lastTask, boolean has
532531
* commands queue.
533532
*/
534533
private void handleCommandEvent(HistoryEvent event) {
535-
System.out.println(" WorkflowStateMachines.handleCommandEvent: EVENT " + event);
536534
if (handleLocalActivityMarker(event)) {
537535
return;
538536
}
@@ -554,7 +552,6 @@ private void handleCommandEvent(HistoryEvent event) {
554552
// In this case we don't want to consume a command.
555553
// That's why peek is used instead of poll.
556554
CancellableCommand command = commands.peek();
557-
System.out.println(" WorkflowStateMachines.handleCommandEvent: COMMAND " + command);
558555
if (command == null) {
559556
if (handleNonMatchingVersionMarker(event)) {
560557
// this event is a version marker for removed getVersion call.
@@ -570,8 +567,6 @@ private void handleCommandEvent(HistoryEvent event) {
570567

571568
if (command.isCanceled()) {
572569
// Consume and skip the command
573-
System.out.println(
574-
"WorkflowStateMachines.handleCommandEvent: command is canceled " + command);
575570
commands.poll();
576571
continue;
577572
}
@@ -606,9 +601,6 @@ private void handleCommandEvent(HistoryEvent event) {
606601

607602
if (command.isCanceled()) {
608603
// Consume and skip the command
609-
System.out.println(
610-
"WorkflowStateMachines.handleCommandEvent: command is canceled after handleEvent "
611-
+ command);
612604
commands.poll();
613605
continue;
614606
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/temporalio/sdk-java/commit/e77c71c1f86ae540a78c70033f09ba58b66b5d66

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy