visuddhinanda 3 anni fa
parent
commit
e344c112d7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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));
     }