Skip to content

Commit b2a4427

Browse files
authored
remove console log
1 parent d4ff348 commit b2a4427

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/customer-management/services/customer.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export class CustomerService {
1818
...customerData,
1919
tenant_id: this.service.getTenantId(),
2020
};
21-
console.log(this.service.getTenantId());
2221
return this.http.post(this.baseUrl, body);
2322
}
2423
}

0 commit comments

Comments
 (0)