visuddhinanda hace 3 años
padre
commit
e344c112d7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      dashboard/src/components/general/TimeShow.tsx

+ 0 - 1
dashboard/src/components/general/TimeShow.tsx

@@ -19,7 +19,6 @@ const Widget = ({
   const intl = useIntl(); //i18n
   const [passTime, setPassTime] = useState<string>();
   const updateTime = () => {
-    console.log("timer", time);
     if (typeof time !== "undefined" && time !== "") {
       setPassTime(getPassDataTime(time));
     }