diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-28 02:39:59 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-28 02:39:59 +0000 |
| commit | f3e640b666c57f133c229d2742fb214c586d21e4 (patch) | |
| tree | d06fe04caafd76f196b5c5afa9140b0dcb94b057 /lib/po/table/po-table.tsx | |
| parent | 7865b6a4d86b22af6a4b5b8258a91fd736449d57 (diff) | |
스키마 조정
Diffstat (limited to 'lib/po/table/po-table.tsx')
| -rw-r--r-- | lib/po/table/po-table.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/po/table/po-table.tsx b/lib/po/table/po-table.tsx index 9175037b..ad159f12 100644 --- a/lib/po/table/po-table.tsx +++ b/lib/po/table/po-table.tsx @@ -86,8 +86,6 @@ export function PoListsTable({ promises }: ItemsTableProps) { pageCount: number; }>({ data: [], pageCount: 0 }); - console.log(rawData) - console.log(transformedData) // Load raw data from promises React.useEffect(() => { |
