MaiXinRong 5 lat temu
rodzic
commit
28b8b58df0
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/service/rpt_gather_memory.js

+ 0 - 1
app/service/rpt_gather_memory.js

@@ -20,7 +20,6 @@ const indexPre = 'id_';
 
 
 const gatherUtils = {
 const gatherUtils = {
     completeGatherData: function (datas, completeDatas) {
     completeGatherData: function (datas, completeDatas) {
-        console.log(completeDatas);
         for (const data of datas) {
         for (const data of datas) {
             for (const cd of completeDatas) {
             for (const cd of completeDatas) {
                 data[cd.prefix + 'id'] = cd.id;
                 data[cd.prefix + 'id'] = cd.id;