[agent-pipeline] pipe-20260315065015-rei8 round-2

This commit is contained in:
DDD1542 2026-03-15 15:58:02 +09:00
parent 015cd2c3ed
commit c4db3fbfd4
1 changed files with 0 additions and 6 deletions

View File

@ -1799,12 +1799,6 @@ function ScreenRelationFlowInner({ screen, selectedGroup, initialFocusedScreenId
}
});
}
// 디버깅 로그
console.log(`서브테이블 ${subTableName} (${subTableInfo?.relationType}):`, {
fieldMappings: subTableInfo?.fieldMappings,
extractedJoinColumns: subTableJoinColumns
});
}
// 서브 테이블의 highlightedColumns도 추가 (화면에서 서브테이블 컬럼을 직접 사용하는 경우)