Pārlūkot izejas kodu

delete useless console

tumao 4 gadi atpakaļ
vecāks
revīzija
da04ba0be4
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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,