Browse Source

:fire: log

visuddhinanda 3 years ago
parent
commit
e344c112d7
1 changed files with 0 additions and 1 deletions
  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 intl = useIntl(); //i18n
   const [passTime, setPassTime] = useState<string>();
   const [passTime, setPassTime] = useState<string>();
   const updateTime = () => {
   const updateTime = () => {
-    console.log("timer", time);
     if (typeof time !== "undefined" && time !== "") {
     if (typeof time !== "undefined" && time !== "") {
       setPassTime(getPassDataTime(time));
       setPassTime(getPassDataTime(time));
     }
     }