visuddhinanda 3 лет назад
Родитель
Сommit
e344c112d7
1 измененных файлов с 0 добавлено и 1 удалено
  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));
     }