We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8a592 commit 26da3d0Copy full SHA for 26da3d0
lib/SILGen/SILGenFunction.cpp
@@ -1470,8 +1470,6 @@ void SILGenFunction::emitAsyncMainThreadStart(SILDeclRef entryPoint) {
1470
1471
// If we're using a new enough deployment target, call swift_createExecutors()
1472
if (ctx.LangOpts.ExecutorFactory) {
1473
- printf("Executor factory is %s\n", ctx.LangOpts.ExecutorFactory->c_str());
1474
-
1475
if (!isCreateExecutorsFunctionAvailable(SGM)) {
1476
ctx.Diags.diagnose(SourceLoc(), diag::executor_factory_not_supported);
1477
} else {
0 commit comments