lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
34f913ada5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/controller/user.js

+ 0 - 1
app/controller/user.js

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