Skip to content

Commit a7798d9

Browse files
committed
clean up code
1 parent 97721f7 commit a7798d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples-azure-functions/src/main/java/com/functions/ExampleFunction.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ public ExampleResponse exampleOrchestrator(
3838
@DurableOrchestrationTrigger(name = "taskOrchestrationContext") final TaskOrchestrationContext context,
3939
final ExecutionContext functionContext) {
4040
return context.callActivity("ToLower", "Foo", ExampleResponse.class).await();
41-
// " " +
42-
// context.callActivity("ToLower", "Bar", ExampleResponse.class).await();
4341
}
4442

4543
@FunctionName("ToLower")

0 commit comments

Comments
 (0)