Skip to content
Prev Previous commit
remove console log
  • Loading branch information
daros10 authored Apr 17, 2020
commit b2a442766afb51eed32b56e96e0b5a74d50f9f6d
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class CustomerService {
...customerData,
tenant_id: this.service.getTenantId(),
};
console.log(this.service.getTenantId());
return this.http.post(this.baseUrl, body);
}
}