Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 7, 2023
1 parent 91c0e0b commit d692b85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/pages/schema/Schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const Schema: FC<{

try {
const list = await fetchSchemaListWithIndex(collectionName);
console.log(list);
const fields: FieldView[] = list.map(f =>
Object.assign(f, {
_fieldNameElement: (
Expand Down

0 comments on commit d692b85

Please sign in to comment.