Browse Source

remove console

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
ruiyi.jiang 1 year ago
parent
commit
ea2a6f1187
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/src/pages/segments/Segments.tsx

+ 0 - 1
client/src/pages/segments/Segments.tsx

@@ -30,7 +30,6 @@ const Segments = () => {
     const psegments = await SegmentService.getPSegments(collectionName);
     const qsegments = await SegmentService.getQSegments(collectionName);
 
-    console.log('psegments', psegments);
     const combinedArray = psegments.map(p => {
       const q: any = qsegments.find(q => q.segmentID === p.segmentID)! || {};
       return {