lrf402788946 4 anni fa
parent
commit
34f913ada5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/controller/user.js

+ 0 - 1
app/controller/user.js

@@ -40,7 +40,6 @@ class UserController extends Controller {
 
 
   async businessuser() {
   async businessuser() {
     const res = await this.service.businessuser(this.ctx.query);
     const res = await this.service.businessuser(this.ctx.query);
-    console.log(res);
     this.ctx.ok({ ...res });
     this.ctx.ok({ ...res });
   }
   }
 }
 }