ソースを参照

:fire: console.debug("timer"

visuddhinanda 2 年 前
コミット
d843d98bc5
1 ファイル変更0 行追加1 行削除
  1. 0 1
      dashboard/src/components/export/ExportModal.tsx

+ 0 - 1
dashboard/src/components/export/ExportModal.tsx

@@ -70,7 +70,6 @@ const ExportModalWidget = ({
     filenameRef.current = filename;
     filenameRef.current = filename;
   });
   });
   const queryStatus = () => {
   const queryStatus = () => {
-    console.debug("timer", filenameRef.current);
     if (typeof filenameRef.current === "undefined") {
     if (typeof filenameRef.current === "undefined") {
       return;
       return;
     }
     }