Skip to content

Commit

Permalink
clean console
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Sep 22, 2024
1 parent 43c2419 commit 5e885f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/context/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export const DataProvider = (props: { children: React.ReactNode }) => {

// trigger cron if it has to
if (LoadingOrBuildingCollections.length > 0) {
console.log('trigger cron');
MilvusService.triggerCron({
name: WS_EVENTS.COLLECTION_UPDATE,
type: WS_EVENTS_TYPE.START,
Expand Down

0 comments on commit 5e885f6

Please sign in to comment.