904118851 8 months ago
parent
commit
31b093eb4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PULL_DATA_FACTORY/PULL_DATA.js

+ 1 - 1
PULL_DATA_FACTORY/PULL_DATA.js

@@ -170,7 +170,7 @@ async function process_material_list(response,page) {
     }
     if(cur_timeRange!=null){
         const today = helper.getLocalDate();
-        console.log("response.data:",response.data,today)
+        // console.log("response.data:",response.data,today)
         if(cur_day_data.get(today)[cur_timeRange.start]){
             console.log("response.data.count:",response.data.count)
             console.log("(cur_day_data[today][timeRange.start]:",cur_day_data.get(today)[cur_timeRange.start])