visuddhinanda před 3 roky
rodič
revize
e344c112d7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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));
     }