Browse Source

warning去掉调试

ruifeng_liu 3 years ago
parent
commit
e10a2fd8e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/service/patent/patentwarning.js

+ 0 - 1
app/service/patent/patentwarning.js

@@ -215,7 +215,6 @@ class PatentwarningService extends CrudService {
       obj.to_name = name;
       arr.push(obj);
     }
-    console.log(arr);
     return arr;
 
   }