Browse Source

delete useless console

tumao 3 years ago
parent
commit
da04ba0be4
1 changed files with 0 additions and 1 deletions
  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,