Skip to content

Commit

Permalink
Removed temporary console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattch1 committed Jan 8, 2025
1 parent 3075749 commit c04bda9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/limited-partnerships/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default class LimitedPartnershipsService {
): Promise<Resource<void> | ApiErrorResponse> {
const URL = `/transactions/${transactionId}/limited-partnership/partnership/${submissionId}`;
const response: HttpResponse = await this.client.httpPatch(URL, body);
console.log("\n\n\n\n>>>>>>>>>>>>>>>>>>> THE NEW SDK");
if (response.error) {
return {
httpStatusCode: response.status,
Expand Down

0 comments on commit c04bda9

Please sign in to comment.