清理:删除某些console.log
This commit is contained in:
@@ -43,7 +43,7 @@ function catchError(T) {
|
||||
for(let name of names) {
|
||||
if(typeof T[name] == 'function') {
|
||||
T2[name] = async (...args: any) => {
|
||||
console.log('*****', args)
|
||||
// console.log('*****', args)
|
||||
try {
|
||||
return await T[name].apply(null, args)
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user