console.log 삭제

This commit is contained in:
hyeonsu
2025-09-16 16:16:41 +09:00
parent 7acea0b272
commit f715b5fa8c
18 changed files with 5 additions and 414 deletions

View File

@@ -344,7 +344,6 @@ export const getTableInfo = async (
return;
}
console.log(`=== 테이블 정보 조회 API 호출: ${tableName} ===`);
const tableInfo = await screenManagementService.getTableInfo(
tableName,
companyCode