Skip to content

Commit a4fe1a3

Browse files
committed
clean up code
1 parent edd9661 commit a4fe1a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/microsoft/azure/functions/worker/broker/JavaFunctionBroker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public Optional<TypedData> invokeMethod(String id, InvocationRequest request, Li
124124
ClassLoader prevContextClassLoader = Thread.currentThread().getContextClassLoader();
125125
try {
126126
Thread.currentThread().setContextClassLoader(classLoaderProvider.createClassLoader());
127-
System.out.println("from worker --" + Thread.currentThread().getContextClassLoader());
128127
this.invocationChainFactory.create().doNext(executionContextDataSource);
129128
} finally {
130129
Thread.currentThread().setContextClassLoader(prevContextClassLoader);

0 commit comments

Comments
 (0)