Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
Signed-off-by: ruiyi.jiang <[email protected]>
  • Loading branch information
shanghaikid committed Sep 14, 2023
1 parent 2fb4f2b commit 58903c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/pages/dialogs/CompactDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const CompactDialog: FC<CompactDialogProps> = props => {
const { t: btnTrans } = useTranslation('btn');

const handleConfirm = async () => {
const res = await CollectionHttp.compact(collectionName);
console.log('compact', res);
await CollectionHttp.compact(collectionName);

handleCloseDialog();
cb && cb();
Expand Down

0 comments on commit 58903c4

Please sign in to comment.