Skip to content

Commit 87b4886

Browse files
committed
clean up
1 parent a0d01c1 commit 87b4886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azurefunctions/src/main/java/com/microsoft/durabletask/azurefunctions/internal/middleware/OrchestrationMiddleware.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ private void loadCustomizedDataConverterOnce() {
6565
Iterator<DataConverter> iterator = ServiceLoader.load(DataConverter.class).iterator();
6666
if (iterator.hasNext()) {
6767
this.dataConverter = iterator.next();
68-
System.out.println("assigned");
6968
if (iterator.hasNext()) {
7069
throw new IllegalStateException("Multiple implementations of DataConverter found on the classpath.");
7170
}

0 commit comments

Comments
 (0)