2
0
tumao 4 жил өмнө
parent
commit
da04ba0be4

+ 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,