We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2298651 commit 3a7fc7cCopy full SHA for 3a7fc7c
lib/SILGen/SILGenFunction.cpp
@@ -1426,8 +1426,6 @@ void SILGenFunction::emitAsyncMainThreadStart(SILDeclRef entryPoint) {
1426
1427
// If we're using a new enough deployment target, call swift_createExecutors()
1428
if (ctx.LangOpts.ExecutorFactory) {
1429
- printf("Executor factory is %s\n", ctx.LangOpts.ExecutorFactory->c_str());
1430
-
1431
if (!isCreateExecutorsFunctionAvailable(SGM)) {
1432
ctx.Diags.diagnose(SourceLoc(), diag::executor_factory_not_supported);
1433
} else {
0 commit comments