Browse Source

delete useless console

tumao 4 năm trước cách đây
mục cha
commit
da04ba0be4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      client/src/context/Root.tsx

+ 0 - 1
client/src/context/Root.tsx

@@ -87,7 +87,6 @@ export const RootProvider = (props: { children: React.ReactNode }) => {
   );
 
   const handleCloseDialog = () => {
-    console.log('---- handle close dialog', dialog);
     setDialog({
       ...dialog,
       open: false,