Skip to content

Commit 3a7fc7c

Browse files
committed
[Concurrency] Remove spurious printf().
Remove a printf() I'd added for debugging. rdar://141348916
1 parent 2298651 commit 3a7fc7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILGen/SILGenFunction.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,8 +1426,6 @@ void SILGenFunction::emitAsyncMainThreadStart(SILDeclRef entryPoint) {
14261426

14271427
// If we're using a new enough deployment target, call swift_createExecutors()
14281428
if (ctx.LangOpts.ExecutorFactory) {
1429-
printf("Executor factory is %s\n", ctx.LangOpts.ExecutorFactory->c_str());
1430-
14311429
if (!isCreateExecutorsFunctionAvailable(SGM)) {
14321430
ctx.Diags.diagnose(SourceLoc(), diag::executor_factory_not_supported);
14331431
} else {

0 commit comments

Comments
 (0)