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 4bcaa2e commit 7200e0cCopy full SHA for 7200e0c
stdlib/public/Concurrency/TaskStatus.cpp
@@ -471,7 +471,6 @@ swift_task_detachChildImpl(ChildTaskStatusRecord *record) {
471
SWIFT_CC(swift)
472
static void swift_taskGroup_attachChildImpl(TaskGroup *group,
473
AsyncTask *child) {
474
- SWIFT_TASK_DEBUG_LOG("attach child task = %p to group = %p", child, group);
475
476
// We are always called from the context of the parent
477
//
0 commit comments