Skip to content

Commit 26da3d0

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILGen/SILGenFunction.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1470,8 +1470,6 @@ void SILGenFunction::emitAsyncMainThreadStart(SILDeclRef entryPoint) {
14701470

14711471
// If we're using a new enough deployment target, call swift_createExecutors()
14721472
if (ctx.LangOpts.ExecutorFactory) {
1473-
printf("Executor factory is %s\n", ctx.LangOpts.ExecutorFactory->c_str());
1474-
14751473
if (!isCreateExecutorsFunctionAvailable(SGM)) {
14761474
ctx.Diags.diagnose(SourceLoc(), diag::executor_factory_not_supported);
14771475
} else {

0 commit comments

Comments
 (0)