Bläddra i källkod

delete useless console

tumao 4 år sedan
förälder
incheckning
da04ba0be4
1 ändrade filer med 0 tillägg och 1 borttagningar
  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,