904118851 преди 8 месеца
родител
ревизия
31b093eb4b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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){
     if(cur_timeRange!=null){
         const today = helper.getLocalDate();
         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]){
         if(cur_day_data.get(today)[cur_timeRange.start]){
             console.log("response.data.count:",response.data.count)
             console.log("response.data.count:",response.data.count)
             console.log("(cur_day_data[today][timeRange.start]:",cur_day_data.get(today)[cur_timeRange.start])
             console.log("(cur_day_data[today][timeRange.start]:",cur_day_data.get(today)[cur_timeRange.start])